Searched refs:__msan_allocated_memory (Results 1 – 5 of 5) sorted by relevance
79 void __msan_allocated_memory(void* data, size_t size);97 #define __msan_allocated_memory(data, size)
110 __msan_allocated_memory(Ptr, Size); in Allocate()126 __msan_allocated_memory(Ptr, Size); in Allocate()135 __msan_allocated_memory(Ptr, Size); in Allocate()
122 void __msan_allocated_memory(void* data, uptr size);
748 void __msan_allocated_memory(void* data, uptr size) { in __msan_allocated_memory() function
311 # define __msan_allocated_memory(p, size) macro