Searched refs:first_free (Results 1 – 1 of 1) sorted by relevance
76 memory_header *first_free; member128 cur = heap.first_free; in debug_chain()234 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()295 heap.first_free = cur->next_free; in buffer_alloc_calloc()347 heap.first_free = new; in buffer_alloc_calloc()460 heap.first_free = hdr->next_free; in buffer_alloc_free()472 heap.first_free = hdr; in buffer_alloc_free()488 hdr->next_free = heap.first_free; in buffer_alloc_free()489 if( heap.first_free != NULL ) in buffer_alloc_free()490 heap.first_free->prev_free = hdr; in buffer_alloc_free()[all …]