Searched refs:total_freed (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | standalone_malloc_test.cc | 18 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/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | standalone_malloc_test.cpp | 18 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/ |
D | heapprofd_end_to_end_test.cc | 918 size_t total_freed = 0; in TEST_P() local 923 total_freed += sample.self_freed(); in TEST_P() 928 EXPECT_EQ(total_freed, 25u); in TEST_P() 976 size_t total_freed = 0; in TEST_P() local 982 total_freed += sample.self_freed(); in TEST_P() 987 EXPECT_EQ(total_freed, 25u); in TEST_P() 1023 size_t total_freed = 0; in TEST_P() local 1029 total_freed += sample.self_freed(); in TEST_P() 1034 EXPECT_EQ(total_freed, 25u); in TEST_P() 1062 size_t total_freed = 0; in TEST_P() local [all …]
|