Searched refs:next_free (Results 1 – 1 of 1) sorted by relevance
53 memory_header *next_free; member123 cur = cur->next_free; in debug_chain()258 cur = cur->next_free; in buffer_alloc_calloc()287 cur->prev_free->next_free = cur->next_free; in buffer_alloc_calloc()291 if( cur->next_free != NULL ) in buffer_alloc_calloc()295 cur->next_free = NULL; in buffer_alloc_calloc()337 new->next_free = cur->next_free; in buffer_alloc_calloc()343 if( new->next_free != NULL ) in buffer_alloc_calloc()350 cur->next_free = NULL; in buffer_alloc_calloc()452 hdr->prev_free->next_free = hdr->next_free; in buffer_alloc_free()[all …]
Completed in 3 milliseconds