Searched refs:PoisonMemory (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_poisoning.h | 55 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
|
D | msan_poisoning.cc | 165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
|
D | msan_allocator.cc | 197 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
|
D | msan_interceptors.cc | 938 PoisonMemory(data, size, &stack); in __msan_allocated_memory() 951 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_poisoning.h | 54 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
|
D | msan_poisoning.cpp | 165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
|
D | msan_allocator.cpp | 234 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
|
D | msan_interceptors.cpp | 912 PoisonMemory(data, size, &stack); in __msan_allocated_memory() 925 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback()
|