Home
last modified time | relevance | path

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

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