Searched refs:InternalMallocUsableSize (Results 1 – 1 of 1) sorted by relevance
257 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() function415 return InternalMallocUsableSize(pointer); in debug_malloc_usable_size()459 size_t bytes = InternalMallocUsableSize(pointer); in InternalMalloc()630 size_t bytes = InternalMallocUsableSize(pointer); in debug_memalign()747 size_t bytes = InternalMallocUsableSize(new_pointer); in debug_realloc()894 callback(it->first, InternalMallocUsableSize(reinterpret_cast<void*>(it->first)), arg); in debug_malloc_iterate()