Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc999 if (!CommitBlock(reinterpret_cast<Address>(chunk), size, NOT_EXECUTABLE)) { in AllocateChunk()
1009 bool MemoryAllocator::CommitBlock(Address start, size_t size, in AllocateChunk() function in v8::internal::MemoryAllocator
Dspaces.h1310 bool CommitBlock(Address start, size_t size, Executability executable);