Searched refs:next_free (Results 1 – 1 of 1) sorted by relevance
63 memory_header *next_free; member106 (size_t) hdr->prev_free, (size_t) hdr->next_free ); in debug_header()133 cur = cur->next_free; in debug_chain()172 if( hdr->prev_free != NULL && hdr->prev_free == hdr->next_free ) in verify_header()264 cur = cur->next_free; in buffer_alloc_calloc()293 cur->prev_free->next_free = cur->next_free; in buffer_alloc_calloc()295 heap.first_free = cur->next_free; in buffer_alloc_calloc()297 if( cur->next_free != NULL ) in buffer_alloc_calloc()298 cur->next_free->prev_free = cur->prev_free; in buffer_alloc_calloc()301 cur->next_free = NULL; in buffer_alloc_calloc()[all …]