Searched refs:cumulative_allocated (Results 1 – 3 of 3) sorted by relevance
39 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, kAllocSize); in TEST()46 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()55 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()60 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()65 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()
61 heap_stats_.cumulative_allocated += size; in Allocate()174 static_cast<unsigned int>(heap_stats_.cumulative_allocated)); in LogHeapStats()
32 size_t cumulative_allocated; member