Searched refs:freelist_heap_stats (Results 1 – 1 of 1) sorted by relevance
35 const FreeListHeap::HeapStats& freelist_heap_stats = in TEST() local38 EXPECT_EQ(freelist_heap_stats.bytes_allocated, kAllocSize); in TEST()39 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, kAllocSize); in TEST()40 EXPECT_EQ(freelist_heap_stats.cumulative_freed, zero); in TEST()45 EXPECT_EQ(freelist_heap_stats.bytes_allocated, kReallocSize); in TEST()46 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()48 EXPECT_EQ(freelist_heap_stats.cumulative_freed, kAllocSize); in TEST()53 EXPECT_EQ(freelist_heap_stats.bytes_allocated, in TEST()55 EXPECT_EQ(freelist_heap_stats.cumulative_allocated, in TEST()57 EXPECT_EQ(freelist_heap_stats.cumulative_freed, kAllocSize); in TEST()[all …]