HomeSort by relevance Sort by last modified time
    Searched refs:MoreCore (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/space/
malloc_space.h 81 void* MoreCore(intptr_t increment);
94 // Returns the number of bytes that the heap is allowed to obtain from the system via MoreCore.
98 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
dlmalloc_space.cc 60 // Protect memory beyond the starting size. morecore will add r/w permissions when necessory
91 // Memory we promise to dlmalloc before it asks for morecore.
118 // morecore_start bytes of memory is exhaused morecore will be called.
121 // Do not allow morecore requests to succeed beyond the initial size of the heap
322 // Implement the dlmalloc morecore callback.
332 return code_cache->MoreCore(mspace, increment);
347 return dlmalloc_space->MoreCore(increment);
malloc_space.cc 134 void* MallocSpace::MoreCore(intptr_t increment) {
138 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment);
rosalloc_space.cc 71 // Protect memory beyond the starting size. MoreCore will add r/w permissions when necessory
108 // Memory we promise to rosalloc before it asks for morecore.
140 // memory is exhaused morecore will be called.
421 return rosalloc_space->MoreCore(increment);
  /art/runtime/jit/
jit_code_cache.h 203 void* MoreCore(const void* mspace, intptr_t increment);
jit_code_cache.cc     [all...]

Completed in 1307 milliseconds