Searched refs:prev_free (Results 1 – 1 of 1) sorted by relevance
58 memory_header *prev_free; member168 if( hdr->prev_free != NULL && hdr->prev_free == hdr->next_free ) in verify_header()292 if( cur->prev_free != NULL ) in buffer_alloc_calloc()298 cur->next_free->prev_free = cur->prev_free; in buffer_alloc_calloc()300 cur->prev_free = NULL; in buffer_alloc_calloc()342 new->prev_free = cur->prev_free; in buffer_alloc_calloc()344 if( new->prev_free != NULL ) in buffer_alloc_calloc()355 cur->prev_free = NULL; in buffer_alloc_calloc()463 hdr->next_free->prev_free = hdr->prev_free; in buffer_alloc_free()466 hdr->prev_free = old->prev_free; in buffer_alloc_free()[all …]
Completed in 3 milliseconds