Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c611 StringAllocator_Free(const QCBORInternalAllocator *pMe, const void *pMem) in StringAllocator_Free() argument
617 (pMe->pfAllocator)(pMe->pAllocateCxt, (void *)(uintptr_t)pMem, 0); in StringAllocator_Free()
624 const void *pMem, in StringAllocator_Reallocate() argument
628 return (pMe->pfAllocator)(pMe->pAllocateCxt, (void *)(uintptr_t)pMem, uSize); in StringAllocator_Reallocate()
2988 MemPool_Unpack(const void *pMem, uint32_t *puPoolSize, uint32_t *puFreeOffset) in MemPool_Unpack() argument
2995 UsefulInputBuf_Init(&UIB, (UsefulBufC){pMem,QCBOR_DECODE_MIN_MEM_POOL_SIZE}); in MemPool_Unpack()
3025 MemPool_Function(void *pPool, void *pMem, size_t uNewSize) in MemPool_Function() argument
3044 if(pMem) { 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()
[all …]