Searched refs:InternalMallocUsableSize (Results 1 – 1 of 1) sorted by relevance
354 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() function517 return InternalMallocUsableSize(pointer); in debug_malloc_usable_size()570 size_t bytes = InternalMallocUsableSize(pointer); in InternalMalloc()759 size_t bytes = InternalMallocUsableSize(pointer); in debug_memalign()889 size_t bytes = InternalMallocUsableSize(new_pointer); in debug_realloc()1045 callback(pointer, InternalMallocUsableSize(reinterpret_cast<void*>(pointer)), arg); in debug_malloc_iterate()