|
|
#include <malloc.h>
Member | Description | |
---|---|---|
arena | The total space in the allocated ``arena'' of memory | |
ordblks | Number of ordinary blocks | |
smblks | Number of small blocks | |
hblks | Number of holding blocks | |
hblkhd | Space in holding block headers | |
usmblks | Space in small blocks in use | |
fsmblks | Space in free small blocks | |
uordblks | Space in ordinary blocks in use | |
fordblks | Space in free ordinary blocks | |
keepcost | Cost of enabling keep option |