Searched defs:mallinfo (Results 1 – 6 of 6) sorted by relevance
47 struct mallinfo { struct48 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
46 struct mallinfo { struct47 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
49 struct mallinfo { struct50 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 …]
79 mallinfo(void) in mallinfo() function
966 mallinfo(void) in mallinfo() function
33 #define mallinfo ______mallinfo macro617 extern Mallinfo_t mallinfo(void) in mallinfo() function