Lines Matching refs:value
199 The value returned upon failure of MORECORE.
634 afterward allocate more large chunks) the value should be high
650 might set to a value close to the average size of a process
668 The default trim value is high enough to cause trimming only in
704 this value, at the expense of carrying around more memory than
772 small value allows transition into this mode after the
776 the default value is 0, and attempts to set it to non-zero values
1554 /* The first value returned from sbrk */
1933 char* brk; /* return value from sbrk */
3125 The format is to provide a (parameter-number, parameter-value) pair.
3127 value if it can (i.e., so long as the value is meaningful),
3135 int mALLOPt(int param_number, int value)
3137 int mALLOPt(param_number, value) int param_number; int value;
3143 trim_threshold = value; return 1;
3145 top_pad = value; return 1;
3147 mmap_threshold = value; return 1;
3150 n_mmaps_max = value; return 1;
3152 if (value != 0) return 0; else n_mmaps_max = value; return 1;