Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c115 static memcluster_element * basic_blocks; variable
169 basic_blocks = NULL; in meminit()
248 if (basic_blocks == NULL) { in __memget_record()
267 basic_blocks = new; in __memget_record()
270 new = basic_blocks; in __memget_record()
271 basic_blocks = basic_blocks->next; in __memget_record()