Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.h95 #ifndef MEM_BufferAlloc
96 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.c155 buffer = MEM_BufferAlloc(length + sizeof(list_element_t)); in MSG_Alloc()