Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3029 uint32_t uPoolSize; in MemPool_Function() local
3039 if(MemPool_Unpack(pPool, &uPoolSize, &uFreeOffset)) { in MemPool_Function()
3050 const void *pPoolEnd = (uint8_t *)pPool + uPoolSize; in MemPool_Function()
3065 if(uNewSize <= uPoolSize - uMemOffset) { in MemPool_Function()
3080 if(uNewSize <= uPoolSize - uFreeOffset) { in MemPool_Function()
3098 UsefulBuf Pool = {pPool, uPoolSize}; in MemPool_Function()