Home
last modified time | relevance | path

Searched defs:mallinfo (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h47 struct mallinfo { struct
48 int arena; /* total space in arena */
49 int ordblks; /* number of ordinary blocks */
50 int smblks; /* number of small blocks */
74 extern struct mallinfo mallinfo(); argument
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmalloc.h46 struct mallinfo { struct
47 int arena; /* total space in arena */
48 int ordblks; /* number of ordinary blocks */
49 int smblks; /* number of small blocks */
73 extern struct mallinfo mallinfo(); argument
/titanic_50/usr/src/head/
H A Dmalloc.h49 struct mallinfo { struct
50 unsigned long arena; /* total space in arena */
51 unsigned long ordblks; /* number of ordinary blocks */
52 unsigned long smblks; /* number of small blocks */
53 unsigned long hblks; /* number of holding blocks */
54 unsigned long hblkhd; /* space in holding block headers */
55 unsigned long usmblks; /* space in small blocks in use */
56 unsigned long fsmblks; /* space in free small blocks */
57 unsigned long uordblks; /* space in ordinary blocks in use */
58 unsigned long fordblks; /* space in free ordinary blocks */
[all …]
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dmallopt.c79 mallinfo(void) in mallinfo() function
/titanic_50/usr/src/lib/libmalloc/common/
H A Dmalloc.c966 mallinfo(void) in mallinfo() function
/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c33 #define mallinfo ______mallinfo macro
617 extern Mallinfo_t mallinfo(void) in mallinfo() function