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

  /art/runtime/
monitor_pool.cc 36 AllocateChunk(); // Get our first chunk.
41 void MonitorPool::AllocateChunk() {
117 AllocateChunk();
  /external/v8/src/heap/
spaces.cc 571 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
713 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
723 AllocateChunk(object_size, object_size, executable, owner);
    [all...]

Completed in 58 milliseconds