Searched refs:total_malloced (Results 1 – 1 of 1) sorted by relevance
18 size_t total_malloced = 0, total_freed = 0; in MallocThread() local33 total_malloced += size; in MallocThread()37 max_in_use = max(max_in_use, total_malloced - total_freed); in MallocThread()52 tid, total_malloced >> 20, (total_malloced - total_freed) >> 20, in MallocThread()