Home
last modified time | relevance | path

Searched refs:GetMallocUsableSize (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_allocator.h28 uptr GetMallocUsableSize(const void *p);
Dlsan_allocator.cc131 uptr GetMallocUsableSize(const void *p) { in GetMallocUsableSize() function
250 return GetMallocUsableSize(p); in __sanitizer_get_allocated_size()
Dlsan_interceptors.cc127 return GetMallocUsableSize(ptr); in INTERCEPTOR()