HomeSort by relevance Sort by last modified time
    Searched refs:poolIndex (Results 1 - 3 of 3) sorted by null

  /external/srec/portable/src/
pmemblock.c 347 static void* AllocateFromPsos(uint32 whichPool, uint32 poolIndex, uint32 size)
352 PORT_ASSERT(memoryPool[whichPool].poolInfo[poolIndex].poolId);
354 retval = pt_getbuf(memoryPool[whichPool].poolInfo[poolIndex].poolId, &pMemory);
360 *((unsigned long *)pMemory) = (whichPool << 27) + (poolIndex << 24) + size;
370 uint32 poolIndex;
389 for (poolIndex = 0; poolIndex < memoryPool[whichPool].currentNumberOfPools; poolIndex++)
391 pMemory = AllocateFromPsos(whichPool, poolIndex, size);
418 int poolIndex;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c 201 pMemMngr->buffersPool[count].dataBufPool[i].poolIndex = count;
352 UINT32 poolIndex,count,dataBufNum;
360 for (poolIndex = 0; poolIndex < pMemMngr->currentNumberOfPools-1; poolIndex++)
362 if(len < pMemMngr->buffersPool[poolIndex].buffersSize)
367 tempBuffersPool = &pMemMngr->buffersPool[poolIndex];
385 pMemMngr->numFreeBD, tempBuffersPool->numFreeDataBuf,poolIndex, dataBufNum));
787 * poolIndex - The index of the pool to allocate from
794 static TI_STATUS allocDataBuf(TI_HANDLE hMemMngr, mem_DataBuf_T* dataBuf, UINT32 poolIndex)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 167 UINT32 poolIndex; /* the buffer pool index */

Completed in 39 milliseconds