Home
last modified time | relevance | path

Searched refs:CommitMemory (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc226 return isolate_->heap()->memory_allocator()->CommitMemory(start, length, in CommitRawMemory()
407 bool MemoryAllocator::CommitMemory(Address base, size_t size, in CommitMemory() function in v8::internal::MemoryAllocator
564 if (!heap()->memory_allocator()->CommitMemory(start, length, in CommitArea()
979 if (!CommitMemory(start, size, executable)) return false; in AllocateChunk()
Dspaces.h1283 bool CommitMemory(Address addr, size_t size, Executability executable);