Searched refs:next_free (Results 1 – 1 of 1) sorted by relevance
124 struct blockHeader_s *next_free; member321 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 …]