Lines Matching refs:memory_allocator
134 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() local
135 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
144 memory_allocator->AllocatePage(&faked_space, NOT_EXECUTABLE); in TEST()
157 memory_allocator->AllocatePage(&faked_space, NOT_EXECUTABLE); in TEST()
170 memory_allocator->Free(first_page); in TEST()
171 memory_allocator->Free(second_page); in TEST()
172 memory_allocator->TearDown(); in TEST()
173 delete memory_allocator; in TEST()
183 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() local
184 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
186 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
202 memory_allocator->TearDown(); in TEST()
203 delete memory_allocator; in TEST()
213 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() local
214 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
216 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
232 memory_allocator->TearDown(); in TEST()
233 delete memory_allocator; in TEST()