Home | History | Annotate | Download | only in src

Lines Matching defs:currentNumberOfPools

48     uint32   currentNumberOfPools;
240 memoryPool[i].currentNumberOfPools = 0;
259 for (j = 0; j < (int)memoryPool[i].currentNumberOfPools; j++)
275 memoryPool[i].currentNumberOfPools = 0;
289 uint32 currentNumberOfPools = memoryPool[whichPool].currentNumberOfPools;
293 if (currentNumberOfPools == NUM_POOL_SLOTS)
329 memoryPool[whichPool].poolInfo[currentNumberOfPools].poolId = poolId;
330 memoryPool[whichPool].poolInfo[currentNumberOfPools].pMemory = pMemory;
331 memoryPool[whichPool].poolInfo[currentNumberOfPools].size = poolSize;
332 memoryPool[whichPool].currentNumberOfPools++;
389 for (poolIndex = 0; poolIndex < memoryPool[whichPool].currentNumberOfPools; poolIndex++)
404 pMemory = AllocateFromPsos(whichPool, memoryPool[whichPool].currentNumberOfPools - 1, size);