Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_allocator.cc135 uptr GetMallocUsableSize(const void *p) { in GetMallocUsableSize() function
212 return GetMallocUsableSize(p); in lsan_mz_size()
328 return GetMallocUsableSize(p); in __sanitizer_get_allocated_size()
Dlsan_allocator.h30 uptr GetMallocUsableSize(const void *p);
Dlsan_interceptors.cc135 return GetMallocUsableSize(ptr); in INTERCEPTOR()