Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp18 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()