Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c183 } *bloc_ptr; typedef
185 #define NIL_BLOC ((bloc_ptr) 0)
189 static bloc_ptr first_bloc, last_bloc;
362 static bloc_ptr
366 register bloc_ptr p = first_bloc;
383 static bloc_ptr
387 register bloc_ptr new_bloc;
390 if (! (new_bloc = (bloc_ptr) malloc (BLOC_PTR_SIZE))
442 bloc_ptr bloc; in relocate_blocs()
446 register bloc_ptr b = bloc;
[all …]