Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h153 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody() local
156 EXPECT_GT(footprint, 0u); in SizeFootPrintGrowthLimitAndTrimBody()
159 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
166 EXPECT_GE(space->Size(), footprint); in SizeFootPrintGrowthLimitAndTrimBody()
202 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
203 EXPECT_GE(space->Size(), footprint); // invariant in SizeFootPrintGrowthLimitAndTrimBody()
229 EXPECT_LE(footprint, growth_limit); in SizeFootPrintGrowthLimitAndTrimBody()
233 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
246 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
248 EXPECT_GE(footprint, amount_allocated); in SizeFootPrintGrowthLimitAndTrimBody()
[all …]
Ddlmalloc_space.cc180 size_t footprint = mspace_footprint(mspace_); in AllocWithGrowth() local
181 mspace_set_footprint_limit(mspace_, footprint); in AllocWithGrowth()
Drosalloc_space.cc215 size_t footprint = rosalloc_->Footprint(); in AllocWithGrowth() local
216 rosalloc_->SetFootprintLimit(footprint); in AllocWithGrowth()