Home
last modified time | relevance | path

Searched refs:deMemPool_getNumAllocatedBytes (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.c310 …root->maxMemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, … in deMemPool_destroy()
390 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse) in deMemPool_getNumAllocatedBytes() function
402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE); in deMemPool_getNumAllocatedBytes()
586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes()
DdeMemPool.h69 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse);
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp48 …deUintptr getNumAllocatedBytes (bool recurse) const { return deMemPool_getNumAllocatedBytes(m_poo… in getNumAllocatedBytes()