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

/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp164 // "*overallSize" is set to the size of the "info" buffer
173 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize, argument
176 if (info == NULL || overallSize == NULL || infoSize == NULL ||
185 *overallSize = 0;
207 *overallSize = *infoSize * g_hash_table.count;
211 *info = static_cast<uint8_t*>(Malloc(malloc)(*overallSize));
213 *overallSize = 0;

Completed in 118 milliseconds