Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h433 size_t amount_allocated = 0; // amount of space allocated in SizeFootPrintGrowthLimitAndTrimBody() local
476 amount_allocated += allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()
486 EXPECT_GT(amount_allocated, 0u); in SizeFootPrintGrowthLimitAndTrimBody()
489 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
494 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
495 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
508 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
509 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
511 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
532 amount_allocated -= allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()