Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c355 holdhead = (struct holdblk **) in malloc_unlocked()
358 if (holdhead == NULL) in malloc_unlocked()
361 holdhead[i] = HGROUND; in malloc_unlocked()
374 holdblk = holdhead[nb / grain]; in malloc_unlocked()
411 holdhead[(nb-MINHEAD)/grain] = in malloc_unlocked()
677 oldhead = holdhead[offset]; in free_unlocked()
680 holdhead[offset] = holdblk; in free_unlocked()
941 if (change && holdhead != NULL) { in mallopt()
1007 if (change && holdhead != NULL) { in mallinfo()
1009 hblk = holdhead[i]; in mallinfo()
[all …]