Lines Matching defs:footprint
103 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
104 // size of the large allocation) will be greater than the footprint limit.
131 // with a footprint of morecore_start. When morecore_start bytes of
157 size_t footprint = rosalloc_->Footprint();
158 rosalloc_->SetFootprintLimit(footprint);
227 // Callback from rosalloc when it needs to increase the footprint
257 return rosalloc_->Footprint();
268 // Compare against the actual footprint, rather than the Size(), because the heap may not have
270 size_t current_space_size = rosalloc_->Footprint();