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

  /art/runtime/gc/space/
dlmalloc_space.h 71 void* MoreCore(intptr_t increment);
88 // Returns the number of bytes that the heap is allowed to obtain from the system via MoreCore.
92 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
dlmalloc_space.cc 151 // Memory we promise to dlmalloc before it asks for morecore.
228 // morecore_start bytes of memory is exhaused morecore will be called.
231 // Do not allow morecore requests to succeed beyond the initial size of the heap
414 return heap->GetAllocSpace()->MoreCore(increment);
417 void* DlMallocSpace::MoreCore(intptr_t increment) {
421 VLOG(heap) << "DlMallocSpace::MoreCore " << PrettySize(increment);

Completed in 36 milliseconds