Home
last modified time | relevance | path

Searched refs:pPoolEnd (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3050 const void *pPoolEnd = (uint8_t *)pPool + uPoolSize; in MemPool_Function() local
3055 if(pMem >= pPool && pMem < pPoolEnd) { in MemPool_Function()