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