Home | History | Annotate | Download | only in space

Lines Matching defs:Capacity

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