Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h171 size_t amount_allocated = 0; // amount of space allocated in SizeFootPrintGrowthLimitAndTrimBody() local
214 amount_allocated += allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()
224 EXPECT_GT(amount_allocated, 0u); in SizeFootPrintGrowthLimitAndTrimBody()
227 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
232 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
233 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
246 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
247 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
249 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
270 amount_allocated -= allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()