Searched refs:GetMallocUsableSize (Results 1 – 3 of 3) sorted by relevance
28 uptr GetMallocUsableSize(const void *p);
129 uptr GetMallocUsableSize(const void *p) { in GetMallocUsableSize() function248 return GetMallocUsableSize(p); in __sanitizer_get_allocated_size()
117 return GetMallocUsableSize(ptr); in INTERCEPTOR()