Searched refs:holdhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c132 static struct holdblk **holdhead; /* pointer to array of head pointers */ variable in typeref:struct:holdblk
355 holdhead = (struct holdblk **)
358 if (holdhead == NULL)
361 holdhead[i] = HGROUND;
374 holdblk = holdhead[nb / grain];
399 holdhead[(nb-MINHEAD) / grain] =
411 holdhead[(nb-MINHEAD)/grain] =
432 holdhead[(nb-MINHEAD)/grain] = newhold;
677 oldhead = holdhead[offset];
680 holdhead[offse
[all...]

Completed in 44 milliseconds