Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c124 struct blockHeader_s *next_free; member
321 blockHeader_t *NextFreeBlockHdr = BlockHdr->next_free; in MEM_BufferFreeBlocksCleanUp()
330 assert(BlockHdr->next == BlockHdr->next_free); in MEM_BufferFreeBlocksCleanUp()
335 BlockHdr->next_free = NULL; in MEM_BufferFreeBlocksCleanUp()
340 NextFreeBlockHdr = NextFreeBlockHdr->next_free; in MEM_BufferFreeBlocksCleanUp()
430 firstBlockHdr->next_free = NULL; in MEM_Init()
463 blockHeader_t *NextFreeBlockHdr = FreeBlockHdr->next_free; in MEM_BufferAllocate()
488 assert(FreeBlockHdr->next_free != NULL); in MEM_BufferAllocate()
509 NextFreeBlockHdr = FreeBlockHdr->next_free; in MEM_BufferAllocate()
521 assert(FreeBlockHdrList.head->next_free <= FreeBlockHdr); in MEM_BufferAllocate()
[all …]