Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_poisoning.h55 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
Dmsan_poisoning.cc165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
Dmsan_allocator.cc197 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
Dmsan_interceptors.cc938 PoisonMemory(data, size, &stack); in __msan_allocated_memory()
951 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_poisoning.h54 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
Dmsan_poisoning.cpp165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
Dmsan_allocator.cpp234 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
Dmsan_interceptors.cpp912 PoisonMemory(data, size, &stack); in __msan_allocated_memory()
925 PoisonMemory(data, size, &stack); in __sanitizer_dtor_callback()