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

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

Completed in 84 milliseconds