Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c111 int maxMemoryCapacity; /*!< Maximum amount of memory allocated for pools. */ member
311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE)); in deMemPool_destroy()
592 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE)); in deMemPool_getMaxCapacity()