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