Home
last modified time | relevance | path

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

/external/pigweed/pw_malloc_freelist/
Dfreelist_malloc_test.cc40 EXPECT_EQ(freelist_heap_stats.cumulative_freed, zero); in TEST()
48 EXPECT_EQ(freelist_heap_stats.cumulative_freed, kAllocSize); in TEST()
57 EXPECT_EQ(freelist_heap_stats.cumulative_freed, kAllocSize); in TEST()
62 EXPECT_EQ(freelist_heap_stats.cumulative_freed, kAllocSize + kReallocSize); in TEST()
67 EXPECT_EQ(freelist_heap_stats.cumulative_freed, in TEST()
/external/pigweed/pw_allocator/
Dfreelist_heap.cc110 heap_stats_.cumulative_freed += size_freed; in Free()
176 static_cast<unsigned int>(heap_stats_.cumulative_freed)); in LogHeapStats()
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h33 size_t cumulative_freed; member