Home
last modified time | relevance | path

Searched refs:scudoMallocUsableSize (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h59 uptr scudoMallocUsableSize(void *Ptr);
Dscudo_interceptors.cpp68 return scudoMallocUsableSize(ptr); in INTERCEPTOR()
Dscudo_allocator.cpp595 uptr scudoMallocUsableSize(void *Ptr) { in scudoMallocUsableSize() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp75 return scudoMallocUsableSize(ptr); in malloc_usable_size()
Dscudo_allocator.h121 uptr scudoMallocUsableSize(void *Ptr);
Dscudo_allocator.cpp766 uptr scudoMallocUsableSize(void *Ptr) { in scudoMallocUsableSize() function