Searched refs:CommitMemory (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 222 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()
|
D | spaces.h | 1286 bool CommitMemory(Address addr, size_t size, Executability executable);
|