Searched refs:__msan_allocated_memory (Results 1 – 6 of 6) sorted by relevance
173 __msan_allocated_memory(reinterpret_cast<char *>(AlignedPtr), Size); in Allocate()197 __msan_allocated_memory(AlignedPtr, Size); in AllocateSlow()209 __msan_allocated_memory(AlignedPtr, Size); in AllocateSlow()
51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
48 __msan_allocated_memory(Val, Size); in pop_val()
543 # define __msan_allocated_memory(p, size) macro
161 void __msan_allocated_memory(const void* data, uptr size);
1051 void __msan_allocated_memory(const void *data, uptr size) { in __msan_allocated_memory() function