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 73 void* MoreCore(intptr_t increment);
86 // Returns the number of bytes that the heap is allowed to obtain from the system via MoreCore.
90 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
dlmalloc_space.cc 78 // Protect memory beyond the starting size. morecore will add r/w permissions when necessory
125 // Memory we promise to dlmalloc before it asks for morecore.
156 // morecore_start bytes of memory is exhaused morecore will be called.
159 // Do not allow morecore requests to succeed beyond the initial size of the heap
380 // Implement the dlmalloc morecore callback.
390 return code_cache->MoreCore(mspace, increment);
405 return dlmalloc_space->MoreCore(increment);
malloc_space.cc 151 void* MallocSpace::MoreCore(intptr_t increment) {
155 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment);
rosalloc_space.cc 94 // Protect memory beyond the starting size. MoreCore will add r/w permissions when necessory
151 // Memory we promise to rosalloc before it asks for morecore.
187 // memory is exhaused morecore will be called.
492 return rosalloc_space->MoreCore(increment);
  /art/runtime/jit/
jit_code_cache.h 222 void* MoreCore(const void* mspace, intptr_t increment);
jit_code_cache.cc     [all...]

Completed in 287 milliseconds