Home | History | Annotate | Download | only in space

Lines Matching defs:Capacity

98   // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
102 // Removes the fork time growth limit on capacity, allowing the application to allocate up to the
108 // Override capacity so that we only return the possibly limited capacity
109 size_t Capacity() const {
118 // Change the non growth limit capacity by shrinking or expanding the map. Currently, only
155 size_t* growth_limit, size_t* capacity, uint8_t* requested_begin);
181 // The capacity of the alloc space until such time that ClearGrowthLimit is called.
183 // limit is a value <= to the mem_map_ capacity used for ergonomic reasons because of the zygote.
185 // will be set to a lower value. The growth_limit_ is used as the capacity of the alloc_space_,
186 // however, capacity normally can't vary. In the case of the growth_limit_ it can be cleared