Searched refs:mem_status_t (Results 1 – 3 of 3) sorted by relevance
175 } mem_status_t; typedef184 } mem_status_t; typedef226 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);
270 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()
414 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()