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

/external/deqp/framework/delibs/depool/
H A DdeMemPool.c310 root->maxMemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, DE_TRUE));
390 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse) function
402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE);
586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE));

Completed in 69 milliseconds