Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c464 blockHeader_t *PrevFreeBlockHdr = FreeBlockHdr->prev_free; in MEM_BufferAllocate() local
510 PrevFreeBlockHdr = FreeBlockHdr->prev_free; in MEM_BufferAllocate()
523 NextFreeBlockHdr->prev_free = PrevFreeBlockHdr; in MEM_BufferAllocate()
524 PrevFreeBlockHdr->next_free = NextFreeBlockHdr; in MEM_BufferAllocate()
559 PrevFreeBlockHdr = FreeBlockHdr->prev_free; in MEM_BufferAllocate()
568 NextFreeBlockHdr->prev_free = PrevFreeBlockHdr; in MEM_BufferAllocate()
573 assert(PrevFreeBlockHdr == NULL); in MEM_BufferAllocate()
582 PrevFreeBlockHdr->next_free = NextFreeBlockHdr; in MEM_BufferAllocate()
603 PrevFreeBlockHdr = UsableBlockHdr->prev_free; in MEM_BufferAllocate()
616 NextFreeBlockHdr->prev_free = PrevFreeBlockHdr; in MEM_BufferAllocate()
[all …]