Searched defs:deMemPool (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/depool/
H A DdeMemPool.h61 typedef struct deMemPool_s deMemPool; typedef in typeref:struct:deMemPool_s
65 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags);
66 deMemPool* deMemPool_create (deMemPool* parent);
67 void deMemPool_destroy (deMemPool* pool);
68 int deMemPool_getNumChildren (const deMemPool* pool);
69 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse);
70 int deMemPool_getCapacity (const deMemPool* pool, deBool recurse);
72 void* deMemPool_alloc (deMemPool* pool, int numBytes);
73 void* deMemPool_alignedAlloc (deMemPool* poo
[all...]

Completed in 176 milliseconds