Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3060 const uint32_t uMemOffset = (uint32_t)((uint8_t *)pMem - (uint8_t *)pPool); in MemPool_Function() local
3065 if(uNewSize <= uPoolSize - uMemOffset) { in MemPool_Function()
3071 uFreeOffset = uMemOffset + uNewSize32; in MemPool_Function()