Searched refs:PoisonMemory (Results 1 – 4 of 4) sorted by relevance
55 void PoisonMemory(const void *dst, uptr size, StackTrace *stack);
165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory() function
180 PoisonMemory((char *)old_p + old_size, new_size - old_size, stack); in MsanReallocate()
1004 PoisonMemory(data, size, &stack); in __msan_allocated_memory()