Searched refs:footprint (Results 1 – 3 of 3) sorted by relevance
414 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody() local417 EXPECT_GT(footprint, 0u); in SizeFootPrintGrowthLimitAndTrimBody()420 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()427 EXPECT_GE(space->Size(), footprint); in SizeFootPrintGrowthLimitAndTrimBody()463 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()464 EXPECT_GE(space->Size(), footprint); // invariant in SizeFootPrintGrowthLimitAndTrimBody()490 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()494 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()507 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()509 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()[all …]
139 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth() local140 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth()
170 size_t footprint = rosalloc_->Footprint(); in AllocWithGrowth() local171 rosalloc_->SetFootprintLimit(footprint); in AllocWithGrowth()