Searched refs:poolId (Results 1 – 4 of 4) sorted by relevance
86 uint16_t poolId; member333 pPool->poolId = *(uint16_t *)(void *)(&buffer[4]); in MEM_AddBuffer()443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() argument460 if ((numBytes <= pPool->blockSize) && (pPool->poolId == poolId)) in MEM_BufferAllocWithId()619 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId() argument627 if (pPool->poolId == poolId) in MEM_BufferFreeAllWithId()734 (void)PRINTF("POOL: ID %d blockSize:%d status:\r\n", pPool->poolId, pPool->blockSize); in MEM_Trace()
192 uint16_t poolId; /*< The pool id Of Blocks. */ member301 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId);328 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId);
908 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate() argument918 if (poolId == 0U) in MEM_BufferAllocate()936 p_area = MEM_GetAreaByAreaId(poolId); /* Exclusively allocate from targeted pool */ in MEM_BufferAllocate()939 buffer = MEM_BufferAllocateFromArea(p_area, poolId, numBytes); in MEM_BufferAllocate()945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() argument963 buffer_ptr.void_ptr = MEM_BufferAllocate(numBytes, poolId); in MEM_BufferAllocWithId()1077 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId() argument
71 uint8_t poolId;