Searched refs:pPoolEnd (Results 1 – 1 of 1) sorted by relevance
3050 const void *pPoolEnd = (uint8_t *)pPool + uPoolSize; in MemPool_Function() local3055 if(pMem >= pPool && pMem < pPoolEnd) { in MemPool_Function()