Searched refs:PoisonMemory (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_poisoning.h | 54 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
|
| H A D | msan_poisoning.cpp | 248 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
|
| H A D | msan_interceptors.cpp | 1029 PoisonMemory(data, size, &stack); in __msan_allocated_memory() 1042 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback() 1050 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback_fields() 1058 PoisonMemory(data, sizeof(void *), &stack); in __sanitizer_dtor_callback_vptr()
|
| H A D | msan_allocator.cpp | 279 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
|