Home
last modified time | relevance | path

Searched defs:whichPool (Results 1 – 1 of 1) sorted by relevance

/external/srec/portable/src/
Dpmemblock.c282 static BOOL CreatePool(uint32 whichPool, uint32 poolSize) in CreatePool()
339 static BOOL AddPool(uint32 whichPool, uint32 poolSize) in AddPool()
347 static void* AllocateFromPsos(uint32 whichPool, uint32 poolIndex, uint32 size) in AllocateFromPsos()
367 static void* SearchPoolsForMemory(uint32 whichPool, uint32 size) in SearchPoolsForMemory()
420 uint32 whichPool; in PortMemBlockAllocateFromPool() local
451 uint32 whichPool = (*pRealMemory >> 27) & 0x0000001f; in PortMemBlockDeleteFromPool() local