Searched refs:__msan_clear_and_unpoison (Results 1 – 3 of 3) sorted by relevance
131 __msan_clear_and_unpoison(allocated, size); in MsanAllocate()193 __msan_clear_and_unpoison((char *)old_p + old_size, in MsanReallocate()
63 void __msan_clear_and_unpoison(void *a, uptr size);
1481 void __msan_clear_and_unpoison(void *a, uptr size) { in __msan_clear_and_unpoison() function