Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c117 static memcluster_element ** activelists; variable
165 activelists = malloc((max_size + 1) * sizeof (memcluster_element *)); in meminit()
166 if (activelists == NULL) { in meminit()
170 memset(activelists, 0, in meminit()
227 e->next = activelists[max_size]; in __memget_record()
228 activelists[max_size] = e; in __memget_record()
334 e->next = activelists[size]; in __memget_record()
335 activelists[size] = e; in __memget_record()
406 el = activelists[max_size]; in __memput_record()
408 el = activelists[size]; in __memput_record()
[all …]