Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h172 size_t amount_allocated = 0; // amount of space allocated in SizeFootPrintGrowthLimitAndTrimBody() local
215 amount_allocated += allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()
225 EXPECT_GT(amount_allocated, 0u); in SizeFootPrintGrowthLimitAndTrimBody()
228 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
233 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
234 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
247 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
248 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
250 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
271 amount_allocated -= allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()