Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.h175 } mem_status_t; typedef
184 } mem_status_t; typedef
226 mem_status_t MEM_Init(void);
252 mem_status_t MEM_AddBuffer(const uint8_t *buffer);
268 mem_status_t MEM_RemoveBuffer(uint8_t *buffer);
288 mem_status_t MEM_BufferFree(void *buffer);
306 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId);
Dfsl_component_mem_manager.c270 mem_status_t MEM_Init(void) in MEM_Init()
315 mem_status_t MEM_AddBuffer(const uint8_t *buffer) in MEM_AddBuffer()
393 mem_status_t MEM_RemoveBuffer(uint8_t *buffer) in MEM_RemoveBuffer()
544 mem_status_t MEM_BufferFree(void *buffer /* IN: Block of memory to free*/ in MEM_BufferFree()
619 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId()
Dfsl_component_mem_manager_light.c414 mem_status_t MEM_Init(void) in MEM_Init()
710 mem_status_t MEM_BufferFree(void *buffer /* IN: Block of memory to free*/) in MEM_BufferFree()
712 mem_status_t ret = kStatus_MemSuccess; in MEM_BufferFree()
787 mem_status_t MEM_BufferFreeAllWithId(uint8_t poolId) in MEM_BufferFreeAllWithId()
789 mem_status_t status = kStatus_MemSuccess; in MEM_BufferFreeAllWithId()