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 206 requested_size - 2 * MemoryAllocator::CodePageGuardSize());
283 // MemoryAllocator
286 MemoryAllocator::MemoryAllocator(Isolate* isolate)
297 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable,
313 void MemoryAllocator::TearDown() {
322 // Check that spaces were torn down before MemoryAllocator.
337 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
352 void MemoryAllocator::Unmapper::FreeQueuedChunks() {
363 bool MemoryAllocator::Unmapper::WaitUntilCompleted()
    [all...]
spaces.h 31 class MemoryAllocator;
849 friend class MemoryAllocator;
    [all...]

Completed in 788 milliseconds