Home
last modified time | relevance | path

Searched refs:total_malloced (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dstandalone_malloc_test.cc18 size_t total_malloced = 0, total_freed = 0; in MallocThread() local
33 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()
/external/valgrind/perf/
Dmany-loss-records.c51 long total_malloced = 0; variable
97 total_malloced += sz; in call_stack()
209 printf ("total bytes malloc-ed: %ld\n", total_malloced); in main()