Home | History | Annotate | Download | only in space

Lines Matching defs:footprint

109   // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
110 // size of the large allocation) will be greater than the footprint limit.
138 // with a footprint of morecore_start. When morecore_start bytes of
167 size_t footprint = rosalloc_->Footprint();
168 rosalloc_->SetFootprintLimit(footprint);
268 return rosalloc_->Footprint();
279 // Compare against the actual footprint, rather than the Size(), because the heap may not have
281 size_t current_space_size = rosalloc_->Footprint();
380 // Callback from rosalloc when it needs to increase the footprint.