Home
last modified time | relevance | path

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

/external/pigweed/pw_malloc_freelist/
Dfreelist_malloc_test.cc39 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()
/external/pigweed/pw_allocator/
Dfreelist_heap.cc61 heap_stats_.cumulative_allocated += size; in Allocate()
174 static_cast<unsigned int>(heap_stats_.cumulative_allocated)); in LogHeapStats()
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h32 size_t cumulative_allocated; member