Home
last modified time | relevance | path

Searched refs:first_heap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c167 static heap_ptr first_heap, last_heap; variable
602 for (heap = first_heap; heap != NIL_HEAP; heap = heap->next)
616 : first_heap->bloc_start);
653 : first_heap->bloc_start);
743 heap_ptr h = first_heap;
765 if (first_heap == last_heap)
774 if (first_heap->bloc_start < new_bloc_start)
795 if (h != first_heap)
799 first_heap->prev = NIL_HEAP;
800 first_heap->next = h->next;
[all …]