Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c185 #define NIL_BLOC ((bloc_ptr) 0) macro
282 new_heap->first_bloc = NIL_BLOC;
283 new_heap->last_bloc = NIL_BLOC;
336 if (last_heap->first_bloc != NIL_BLOC in relinquish()
337 || last_heap->last_bloc != NIL_BLOC) in relinquish()
368 while (p != NIL_BLOC)
402 new_bloc->next = NIL_BLOC;
413 if (heap->first_bloc == NIL_BLOC)
426 new_bloc->prev = NIL_BLOC;
468 while (tb != NIL_BLOC)
[all …]