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