Searched refs:total_malloced (Results 1 – 2 of 2) 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()
51 long total_malloced = 0; variable97 total_malloced += sz; in call_stack()209 printf ("total bytes malloc-ed: %ld\n", total_malloced); in main()