Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c392 int numAllocatedBytes = 0; in deMemPool_getNumAllocatedBytes() local
396 numAllocatedBytes += memPage->bytesAllocated; in deMemPool_getNumAllocatedBytes()
402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE); in deMemPool_getNumAllocatedBytes()
405 return numAllocatedBytes; in deMemPool_getNumAllocatedBytes()