Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dspaces.cc240 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE); in CommitRawMemory()
301 bool MemoryAllocator::CommitMemory(Address base, in CommitMemory() function in v8::internal::MemoryAllocator
527 if (!heap()->isolate()->memory_allocator()->CommitMemory( in CommitArea()
774 if (!CommitMemory(start, size, executable)) return false; in CommitBlock()
Dspaces.h1122 bool CommitMemory(Address addr, size_t size, Executability executable);