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

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 69 class MemoryAllocator
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
73 ~MemoryAllocator (void);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
123 MemoryAllocator::~MemoryAllocator (void)
138 bool MemoryAllocator::allocateUntilFailure (void)
182 void MemoryAllocator::allocatePBuffer (void)
248 void MemoryAllocator::allocateContext (void
    [all...]
  /external/v8/src/heap/
spaces.cc 202 requested_size - 2 * MemoryAllocator::CodePageGuardSize());
278 // MemoryAllocator
281 MemoryAllocator::MemoryAllocator(Isolate* isolate)
291 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
303 void MemoryAllocator::TearDown() {
304 // Check that spaces were torn down before MemoryAllocator.
313 bool MemoryAllocator::CommitMemory(Address base, size_t size,
324 void MemoryAllocator::FreeNewSpaceMemory(Address addr,
338 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation
    [all...]
spaces.h 102 class MemoryAllocator;
788 friend class MemoryAllocator;
942 friend class MemoryAllocator;
959 friend class MemoryAllocator;
    [all...]

Completed in 364 milliseconds