Lines Matching refs:m_allocator
335 MemoryAllocator* m_allocator; member in deqp::egl::MemoryStressCase
347 , m_allocator (NULL) in MemoryStressCase()
382 delete m_allocator; in deinit()
383 m_allocator = DE_NULL; in deinit()
400 if (!m_allocator) in iterate()
401 …m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.… in iterate()
403 if (m_allocator->allocateUntilFailure()) in iterate()
405 …log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->ge… in iterate()
408 delete m_allocator; in iterate()
409 m_allocator = NULL; in iterate()
414 … ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCou… in iterate()
415 …log << TestLog::Message << "Got expected error: " << m_allocator->getErrorString() << TestLog::End… in iterate()
416 m_allocationCounts.push_back(m_allocator->getAllocationCount()); in iterate()
418 delete m_allocator; in iterate()
419 m_allocator = NULL; in iterate()
426 … ": Allocated " << m_allocator->getAllocationCount() << " objects; " << m_allocator->getContextCou… in iterate()