Home
last modified time | relevance | path

Searched refs:total_freed (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
37 max_in_use = max(max_in_use, total_malloced - total_freed); in MallocThread()
44 total_freed += size; in MallocThread()
52 tid, total_malloced >> 20, (total_malloced - total_freed) >> 20, in MallocThread()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc464 uint64_t total_freed = 0; in NativeStartup() local
476 total_freed += sample.self_freed(); in NativeStartup()
483 EXPECT_GT(total_freed, 0); in NativeStartup()
545 uint64_t total_freed = 0; in NativeStartupDenormalizedCmdline() local
557 total_freed += sample.self_freed(); in NativeStartupDenormalizedCmdline()
564 EXPECT_GT(total_freed, 0); in NativeStartupDenormalizedCmdline()
621 uint64_t total_freed = 0; in DiscoverByName() local
633 total_freed += sample.self_freed(); in DiscoverByName()
640 EXPECT_GT(total_freed, 0); in DiscoverByName()
698 uint64_t total_freed = 0; in DiscoverByNameDenormalizedCmdline() local
[all …]