HomeSort by relevance Sort by last modified time
    Searched defs:growth_limit_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
dlmalloc_space.h 99 growth_limit_ = NonGrowthLimitCapacity();
104 return growth_limit_;
191 // Prior to forking the zygote the heap will have a maximally sized mem_map_ but the growth_limit_
192 // will be set to a lower value. The growth_limit_ is used as the capacity of the alloc_space_,
193 // however, capacity normally can't vary. In the case of the growth_limit_ it can be cleared
195 size_t growth_limit_; member in class:art::gc::space::DlMallocSpace
  /art/runtime/gc/
heap.h 324 return growth_limit_;
583 size_t growth_limit_; member in class:art::gc::Heap

Completed in 158 milliseconds