Lines Matching refs:mallopt
3264 " mallopt(int parameter_number, int parameter_value)\n" +
3409 " Tuning options that are also dynamically changeable via mallopt:\n" +
3750 "#define mALLOPt public_mALLOPt\n" +
3784 "#define public_mALLOPt mallopt\n" +
4096 " SVID/XPG defines four standard parameter numbers for mallopt,\n" +
4100 " options in mallopt described below.\n" +
4134 " Unless disabled (using mallopt), freeing very large spaces will\n" +
4220 " mallopt(int parameter_number, int parameter_value)\n" +
4222 " (parameter-number, parameter-value) pair. mallopt then sets the\n" +
4225 " 0. SVID/XPG/ANSI defines four standard param numbers for mallopt,\n" +
4229 " other options in mallopt. See below for details. Briefly, supported\n" +
4502 "/* mallopt tuning options */\n" +
4696 " to non-zero values in mallopt will fail.\n" +
4738 "static int mALLOPt(int, int);\n" +
4754 "static int mALLOPt();\n" +
5000 " result = mALLOPt(p, v);\n" +
8034 " ------------------------------ mallopt ------------------------------\n" +
8038 "int mALLOPt(int param_number, int value)\n" +
8040 "int mALLOPt(param_number, value) int param_number; int value;\n" +