Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.h95 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0)
301 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId);
Dfsl_component_mem_manager.c443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() function
669 realloc_buffer = MEM_BufferAllocWithId(new_size, 0U); in MEM_BufferRealloc()
684 realloc_buffer = MEM_BufferAllocWithId(new_size, 0U); in MEM_BufferRealloc()
Dfsl_component_mem_manager_light.c945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() function