Searched refs:footprint (Results 1 - 3 of 3) sorted by path

/art/runtime/gc/space/
H A Ddlmalloc_space.cc92 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
93 // size of the large allocation) will be greater than the footprint limit.
115 // create mspace using our backing storage starting at begin and with a footprint of
139 size_t footprint = mspace_footprint(mspace_); local
140 mspace_set_footprint_limit(mspace_, footprint);
216 // Callback from dlmalloc when it needs to increase the footprint
267 // Compare against the actual footprint, rather than the Size(), because the heap may not have
H A Drosalloc_space.cc103 // 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(); local
158 rosalloc_->SetFootprintLimit(footprint);
227 // Callback from rosalloc when it needs to increase the footprint
268 // Compare against the actual footprint, rather than the Size(), because the heap may not have
H A Dspace_test.h181 // Succeeds, fits without adjusting the footprint limit.
191 // Fails, requires a higher footprint limit.
195 // Succeeds, adjusts the footprint.
204 // Fails, requires a higher footprint limit.
208 // Also fails, requires a higher allowed footprint.
249 // Succeeds, fits without adjusting the footprint limit.
256 // Fails, requires a higher footprint limit.
260 // Succeeds, adjusts the footprint.
284 // Succeeds, fits without adjusting the footprint limit.
294 // Fails, requires a higher footprint limi
384 size_t footprint = space->GetFootprint(); local
[all...]

Completed in 61 milliseconds