Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc222 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE); in CommitRawMemory()
313 bool MemoryAllocator::CommitMemory(Address base, size_t size, in CommitMemory() function in v8::internal::MemoryAllocator
517 if (!heap()->isolate()->memory_allocator()->CommitMemory(start, length, in CommitArea()
782 if (!CommitMemory(start, size, executable)) return false; in AllocateChunk()
Dspaces.h1286 bool CommitMemory(Address addr, size_t size, Executability executable);