Home | History | Annotate | Download | only in mjsunit

Lines Matching full:mallinfo

3263 "    mallinfo()\n" +
3574 " noticeably. Calling malloc_stats or mallinfo with DEBUG set will\n" +
3749 "#define mALLINFo public_mALLINFo\n" +
3783 "#define public_mALLINFo mallinfo\n" +
4048 " This version of malloc supports the standard SVID/XPG mallinfo\n" +
4051 " a /usr/include/malloc.h defining struct mallinfo. (If you'd like to\n" +
4056 " The main declaration needed is the mallinfo struct that is returned\n" +
4057 " (by-copy) by mallinfo(). The SVID/XPG malloinfo struct contains a\n" +
4059 " malloc. These fields are are instead filled by mallinfo() with\n" +
4064 " mallinfo. If so, it is included; else an SVID2/XPG2 compliant\n" +
4066 " mallinfo() to work. The original SVID version of this struct,\n" +
4067 " defined on most systems with mallinfo, declares all fields as\n" +
4080 "/* SVID2/XPG mallinfo structure */\n" +
4082 "struct mallinfo {\n" +
4248 " mallinfo()\n" +
4271 "struct mallinfo public_mALLINFo(void);\n" +
4273 "struct mallinfo public_mALLINFo();\n" +
4493 " More information can be obtained by calling mallinfo.\n" +
4739 "static struct mallinfo mALLINFo(void);\n" +
4755 "static struct mallinfo mALLINFo();\n" +
4983 "struct mallinfo public_mALLINFo() {\n" +
4984 " struct mallinfo m;\n" +
4986 " struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };\n" +
4989 " m = mALLINFo();\n" +
7930 " ------------------------------ mallinfo ------------------------------\n" +
7934 "struct mallinfo mALLINFo()\n" +
7937 " struct mallinfo mi;\n" +
7996 " struct mallinfo mi = mALLINFo();\n" +