Home
last modified time | relevance | path

Searched defs:poolId (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.c86 uint16_t poolId; member
443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
619 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId()
Dfsl_component_mem_manager_light.c908 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate()
945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
1077 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId()
Dfsl_component_mem_manager.h192 uint16_t poolId; /*< The pool id Of Blocks. */ member