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

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

Completed in 88 milliseconds