Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c688 blockHeader_t *UsableBlockHdr = NULL; in MEM_BufferAllocateFromArea() local
714 if (UsableBlockHdr == NULL) in MEM_BufferAllocateFromArea()
716 UsableBlockHdr = FreeBlockHdr; in MEM_BufferAllocateFromArea()
824 else if (UsableBlockHdr != NULL) in MEM_BufferAllocateFromArea()
827 UsableBlockHdr->used = MEMMANAGER_BLOCK_USED; in MEM_BufferAllocateFromArea()
828 UsableBlockHdr->area_id = area_id; in MEM_BufferAllocateFromArea()
830 UsableBlockHdr->buff_size = (uint16_t)numBytes; in MEM_BufferAllocateFromArea()
832 NextFreeBlockHdr = UsableBlockHdr->next_free; in MEM_BufferAllocateFromArea()
833 PrevFreeBlockHdr = UsableBlockHdr->prev_free; in MEM_BufferAllocateFromArea()
837 if (p_area->ctx.FreeBlockHdrList.head == UsableBlockHdr) in MEM_BufferAllocateFromArea()
[all …]