Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h432 size_t last_object = 0; // last object for which allocation succeeded in SizeFootPrintGrowthLimitAndTrimBody() local
481 last_object = i; in SizeFootPrintGrowthLimitAndTrimBody()
485 CHECK_NE(last_object, 0u); // we should have filled the space in SizeFootPrintGrowthLimitAndTrimBody()
519 for (size_t i = 0; i < last_object; i += free_increment) { in SizeFootPrintGrowthLimitAndTrimBody()