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

  /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 205 milliseconds