Home
last modified time | relevance | path

Searched refs:PoisonMemory (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_poisoning.h54 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
H A Dmsan_poisoning.cpp241 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
H A Dmsan_allocator.cpp242 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
H A Dmsan_interceptors.cpp930 PoisonMemory(data, size, &stack); in __msan_allocated_memory()
943 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback()