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

  /external/chromium_org/v8/src/
spaces.h     [all...]
heap.cc 308 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
314 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
    [all...]
  /external/v8/src/
spaces.h 977 intptr_t MaxAvailable() {
    [all...]
heap.cc 271 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
277 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
    [all...]

Completed in 138 milliseconds