Home
last modified time | relevance | path

Searched defs:malloc_usable_size (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_allocator.cc36 #define malloc_usable_size(P) 0 macro
/aosp12/bionic/libc/private/
H A Dbionic_malloc_dispatch.h63 MallocMallocUsableSize malloc_usable_size; member
/aosp12/bionic/libc/bionic/
H A Dmalloc_common.cpp136 extern "C" size_t malloc_usable_size(const void* mem) { in malloc_usable_size() function