Searched refs:nextPool (Results 1 – 1 of 1) sorted by relevance
94 deMemPool* nextPool; /*!< Next pool in parent's linked list. */ member201 pool->nextPool = parent->firstChild; in createPoolInternal()319 iterNext = iter->nextPool; in deMemPool_destroy()327 if (pool->prevPool) pool->prevPool->nextPool = pool->nextPool; in deMemPool_destroy()328 if (pool->nextPool) pool->nextPool->prevPool = pool->prevPool; in deMemPool_destroy()334 parent->firstChild = pool->nextPool; in deMemPool_destroy()401 for (child = pool->firstChild; child; child = child->nextPool) in deMemPool_getNumAllocatedBytes()419 for (child = pool->firstChild; child; child = child->nextPool) in deMemPool_getCapacity()