Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c106 int lastAllocatedIndex; /*!< Index of last allocated pool (rootPool only). */ member
224 root->lastAllocatedIndex = 0; in createPoolInternal()
226 pool->allocIndex = ++root->lastAllocatedIndex; in createPoolInternal()