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 110 kReservedCodeRangePages * MemoryAllocator::GetCommitPageSize();
206 requested_size - 2 * MemoryAllocator::CodePageGuardSize());
283 // MemoryAllocator
286 MemoryAllocator::MemoryAllocator(Isolate* isolate)
297 bool MemoryAllocator::SetUp(size_t capacity, size_t capacity_executable,
313 void MemoryAllocator::TearDown() {
316 // Check that spaces were torn down before MemoryAllocator.
331 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
346 void MemoryAllocator::Unmapper::FreeQueuedChunks()
    [all...]
spaces.h 36 class MemoryAllocator;
646 friend class MemoryAllocator;
789 friend class MemoryAllocator;
818 friend class MemoryAllocator;
    [all...]

Completed in 104 milliseconds