Searched refs:amount_allocated (Results 1 – 1 of 1) sorted by relevance
403 size_t amount_allocated = 0; // amount of space allocated in SizeFootPrintGrowthLimitAndTrimBody() local441 amount_allocated += allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()451 EXPECT_GT(amount_allocated, 0u); in SizeFootPrintGrowthLimitAndTrimBody()454 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()459 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()460 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()473 EXPECT_LE(amount_allocated, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()474 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()476 EXPECT_GE(space->Size(), amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()497 amount_allocated -= allocation_size; in SizeFootPrintGrowthLimitAndTrimBody()