Searched refs:bytes_total_in_use (Results 1 – 1 of 1) sorted by relevance
47 int bytes_total_in_use; member124 static int bytes_total_in_use; variable353 pos->mem_statis.bytes_total_in_use += os_malloc_pos->buflen; in _count_malloc_internal()357 : pos->mem_statis.bytes_total_in_use; in _count_malloc_internal()388 pos->mem_statis.bytes_total_in_use -= os_malloc_pos->buflen; in _count_free_internal()412 bytes_total_in_use += size; in LITE_malloc_internal()413 bytes_max_in_use = (bytes_max_in_use > bytes_total_in_use) in LITE_malloc_internal()415 : bytes_total_in_use; in LITE_malloc_internal()420 if (bytes_total_in_use > WITH_TOTAL_COST_WARNING) { in LITE_malloc_internal()423 bytes_total_in_use); in LITE_malloc_internal()[all …]
Completed in 4 milliseconds