Searched refs:amount_allocated (Results 1 – 1 of 1) sorted by relevance
171 size_t amount_allocated = 0; // amount of space allocated in SizeFootPrintGrowthLimitAndTrimBody() local214 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()