Searched refs:nextPool (Results 1 – 1 of 1) sorted by relevance
76 struct _mem_pool_structure *nextPool; member362 pPrevPool->nextPool = pPool; in MEM_AddBuffer()364 pPool->nextPool = pTempPool; in MEM_AddBuffer()368 pTempPool = pTempPool->nextPool; in MEM_AddBuffer()372 pPrevPool->nextPool = pPool; in MEM_AddBuffer()417 s_memmanager.pHeadPool = pPool->nextPool; in MEM_RemoveBuffer()421 pPrevPool->nextPool = pPool->nextPool; in MEM_RemoveBuffer()428 pTempPool = pTempPool->nextPool; in MEM_RemoveBuffer()487 pPool = pPool->nextPool; in MEM_BufferAllocWithId()576 pPool = pPool->nextPool; in MEM_BufferFree()[all …]