HomeSort by relevance Sort by last modified time
    Searched defs:MemoryAllocator (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces.cc 230 if (!MemoryAllocator::CommitCodePage(code_range_,
261 // MemoryAllocator
264 MemoryAllocator::MemoryAllocator(Isolate* isolate)
273 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
285 void MemoryAllocator::TearDown() {
286 // Check that spaces were torn down before MemoryAllocator.
295 void MemoryAllocator::FreeMemory(VirtualMemory* reservation,
317 void MemoryAllocator::FreeMemory(Address base,
342 Address MemoryAllocator::ReserveAlignedMemory(size_t size
    [all...]
spaces.h 118 class MemoryAllocator;
637 friend class MemoryAllocator;
727 friend class MemoryAllocator;
750 friend class MemoryAllocator;
943 class MemoryAllocator {
945 explicit MemoryAllocator(Isolate* isolate);
    [all...]

Completed in 101 milliseconds