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

/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h62 int uordbytes; /* space (including overhead) allocated in ord. blks */ member in struct:mallinfo
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmalloc.h61 int uordbytes; /* space (including overhead) allocated in ord. blks */ member in struct:mallinfo
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallopt.c84 mi.uordblks = mi.uordbytes - (mi.allocated * sizeof(uint));
H A Dmalloc.c540 __mallinfo.uordbytes += retblk->size; /* bytes allocated */
613 __mallinfo.uordbytes -= nbytes; /* bytes allocated */
881 __mallinfo.uordbytes += oldneighborsize;
965 __mallinfo.uordbytes += oldsize;
1035 __mallinfo.uordbytes += oldsize;
1057 __mallinfo.uordbytes += freeblk->size;
1140 __mallinfo.uordbytes += nbytes;

Completed in 101 milliseconds