Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp257 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() function
416 return InternalMallocUsableSize(pointer); in debug_malloc_usable_size()
460 size_t bytes = InternalMallocUsableSize(pointer); in InternalMalloc()
631 size_t bytes = InternalMallocUsableSize(pointer); in debug_memalign()
748 size_t bytes = InternalMallocUsableSize(new_pointer); in debug_realloc()
895 callback(it->first, InternalMallocUsableSize(reinterpret_cast<void*>(it->first)), arg); in debug_malloc_iterate()