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

  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 37 class MemPool
40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);
41 MemPool (MemPool* parent);
42 ~MemPool (void);
55 MemPool (const MemPool& other); // Not allowed!
56 MemPool& operator= (const MemPool& other); // Not allowed!
61 // MemPool utils
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 65 MemPool::MemPool(int buffer_size, int num_buffers,
77 void MemPool::completeInitialization()
97 MemPool(buffer_size,
102 ALOGV("constructing MemPool %s backed by ashmem: "
139 MemPool::~MemPool()
141 ALOGV("destroying MemPool %s", mName);
145 ALOGV("destroying MemPool %s completed", mName);
149 status_t MemPool::dump(int fd, const Vector<String16>& args) cons
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 45 struct MemPool : public RefBase {
46 MemPool(int buffer_size, int num_buffers,
50 virtual ~MemPool() = 0;
69 class AshmemPool : public MemPool {
76 class PmemPool : public MemPool {
93 class IonPool : public MemPool {
  /external/tinyxml2/
tinyxml2.h 231 class MemPool
234 MemPool() {}
235 virtual ~MemPool() {}
247 class MemPoolT : public MemPool
290 printf( "Mempool %s watermark=%d [%dk] current=%d size=%d nAlloc=%d blocks=%d\n",
603 MemPool* memPool;
832 MemPool* memPool;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 434 _cmsSubAllocator* MemPool; // The memory pool that stores context data
662 _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool
667 void* MemPool; // Pointer to begin of memory pool
    [all...]

Completed in 289 milliseconds