Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp148 uptr GetMallocUsableSize(const void *p) { in GetMallocUsableSize() function
238 return GetMallocUsableSize(p); in lsan_mz_size()
364 return GetMallocUsableSize(p); in __sanitizer_get_allocated_size()
H A Dlsan_allocator.h29 uptr GetMallocUsableSize(const void *p);
H A Dlsan_interceptors.cpp159 return GetMallocUsableSize(ptr); in INTERCEPTOR()