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

  /art/runtime/
monitor_pool.cc 32 AllocateChunk(); // Get our first chunk.
37 void MonitorPool::AllocateChunk() {
100 AllocateChunk();
  /external/v8/src/heap/
spaces.cc 548 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
682 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
694 AllocateChunk(object_size, object_size, executable, owner);
    [all...]

Completed in 77 milliseconds