Searched refs:total_freed (Results 1 – 2 of 2) sorted by relevance
18 size_t total_malloced = 0, total_freed = 0; in MallocThread() local37 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()
464 uint64_t total_freed = 0; in NativeStartup() local476 total_freed += sample.self_freed(); in NativeStartup()483 EXPECT_GT(total_freed, 0); in NativeStartup()545 uint64_t total_freed = 0; in NativeStartupDenormalizedCmdline() local557 total_freed += sample.self_freed(); in NativeStartupDenormalizedCmdline()564 EXPECT_GT(total_freed, 0); in NativeStartupDenormalizedCmdline()621 uint64_t total_freed = 0; in DiscoverByName() local633 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 …]