Searched refs:first_free (Results 1 – 1 of 1) sorted by relevance
52 memory_header *first_free; member104 cur = heap.first_free; in debug_chain()201 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()264 heap.first_free = cur->next_free; in buffer_alloc_calloc()321 heap.first_free = new; in buffer_alloc_calloc()437 heap.first_free = hdr->next_free; in buffer_alloc_free()451 heap.first_free = hdr; in buffer_alloc_free()469 hdr->next_free = heap.first_free; in buffer_alloc_free()470 if (heap.first_free != NULL) { in buffer_alloc_free()471 heap.first_free->prev_free = hdr; in buffer_alloc_free()[all …]