Searched defs:MemoryAllocator (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dspaces.cc230 if (!MemoryAllocator::CommitCodePage(code_range_,
261 // MemoryAllocator
264 MemoryAllocator::MemoryAllocator(Isolate* isolate) function in class:v8::internal::MemoryAllocator
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
[all...]
H A Dspaces.h118 class MemoryAllocator;
637 friend class MemoryAllocator;
727 friend class MemoryAllocator;
750 friend class MemoryAllocator;
943 class MemoryAllocator { class in namespace:v8::internal
945 explicit MemoryAllocator(Isolate* isolate);
1082 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryAllocator);

Completed in 616 milliseconds