Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c110 int maxMemoryAllocated; /*!< Maximum amount of memory allocated from pools. */ member
310 …root->maxMemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, … in deMemPool_destroy()
586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes()