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 114 kReservedCodeRangePages * MemoryAllocator::GetCommitPageSize();
210 requested_size - 2 * MemoryAllocator::CodePageGuardSize());
287 // MemoryAllocator
290 MemoryAllocator::MemoryAllocator(Isolate* isolate)
301 bool MemoryAllocator::SetUp(size_t capacity, size_t capacity_executable,
317 void MemoryAllocator::TearDown() {
320 // Check that spaces were torn down before MemoryAllocator.
335 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
350 void MemoryAllocator::Unmapper::FreeQueuedChunks()
    [all...]
spaces.h 36 class MemoryAllocator;
649 friend class MemoryAllocator;
794 friend class MemoryAllocator;
823 friend class MemoryAllocator;
    [all...]

Completed in 106 milliseconds