Searched refs:footprint (Results 1 – 3 of 3) sorted by relevance
155 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody() local158 EXPECT_GT(footprint, 0u); in SizeFootPrintGrowthLimitAndTrimBody()161 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()168 EXPECT_GE(space->Size(), footprint); in SizeFootPrintGrowthLimitAndTrimBody()204 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()205 EXPECT_GE(space->Size(), footprint); // invariant in SizeFootPrintGrowthLimitAndTrimBody()231 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()235 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()248 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()250 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()[all …]
141 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth() local142 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth()
167 size_t footprint = rosalloc_->Footprint(); in AllocWithGrowth() local168 rosalloc_->SetFootprintLimit(footprint); in AllocWithGrowth()