Searched refs:PrevFreeBlockHdr (Results 1 – 1 of 1) sorted by relevance
464 blockHeader_t *PrevFreeBlockHdr = FreeBlockHdr->prev_free; in MEM_BufferAllocate() local510 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 …]