Home | History | Annotate | Download | only in space

Lines Matching defs:Capacity

93   // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
97 // Removes the fork time growth limit on capacity, allowing the application to allocate up to the
103 // Override capacity so that we only return the possibly limited capacity
104 size_t Capacity() const {
146 size_t* growth_limit, size_t* capacity, byte* requested_begin);
172 // The capacity of the alloc space until such time that ClearGrowthLimit is called.
174 // limit is a value <= to the mem_map_ capacity used for ergonomic reasons because of the zygote.
176 // will be set to a lower value. The growth_limit_ is used as the capacity of the alloc_space_,
177 // however, capacity normally can't vary. In the case of the growth_limit_ it can be cleared