Searched defs:malloc_usable_size (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.h96 MallocDebugMallocUsableSize malloc_usable_size; member in struct:MallocDebug
H A Dmalloc_debug_common.cpp71 Malloc(malloc_usable_size),
262 extern "C" size_t malloc_usable_size(const void* mem) { function
263 return __libc_malloc_dispatch->malloc_usable_size(mem);
316 InitMallocFunction<MallocDebugMallocUsableSize>(malloc_impl_handler, &table->malloc_usable_size, prefix, "malloc_usable_size");
468 (malloc_dispatch_table.malloc_usable_size == NULL) ||

Completed in 140 milliseconds