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 | 1055 PoisonMemory(data, size, &stack); in __msan_allocated_memory() 1068 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback() 1076 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback_fields() 1084 PoisonMemory(data, sizeof(void *), &stack); in __sanitizer_dtor_callback_vptr()
|
| H A D | msan_allocator.cpp | 278 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
|