Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmalloc.h54 unsigned long hblkhd; /* space in holding block headers */ member
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c1025 inf.hblkhd = (inf.smblks / numlblks) * sizeof (struct holdblk); in mallinfo()
1028 inf.uordblks -= inf.hblkhd + inf.usmblks + inf.fsmblks; in mallinfo()