Searched refs:pPool (Results 1 – 1 of 1) sorted by relevance
3025 MemPool_Function(void *pPool, void *pMem, size_t uNewSize) in MemPool_Function() argument3039 if(MemPool_Unpack(pPool, &uPoolSize, &uFreeOffset)) { in MemPool_Function()3050 const void *pPoolEnd = (uint8_t *)pPool + uPoolSize; in MemPool_Function()3055 if(pMem >= pPool && pMem < pPoolEnd) { in MemPool_Function()3060 const uint32_t uMemOffset = (uint32_t)((uint8_t *)pMem - (uint8_t *)pPool); in MemPool_Function()3082 ReturnValue.ptr = (uint8_t *)pPool + uFreeOffset; in MemPool_Function()3091 uFreeOffset = (uint32_t)((uint8_t *)pMem - (uint8_t *)pPool); in MemPool_Function()3098 UsefulBuf Pool = {pPool, uPoolSize}; in MemPool_Function()