Siddhesh Poyarekar aceb22c1f5 Remove references to sbrk to grow/shrink arenas
The manual incorrectly references sbrk as the method used to grow and
shrink heaps and the fact that M_TRIM_THRESHOLD and M_TOP_PAD control
that behavior.  In reality, a heap may be grown or shrunk through
multiple methods depending on whether it is the main arena (in which
case sbrk is correct) or not (in which case, there are a number of
strategies including allocating an additional heap to grow an arena
and/or 'mprotect' a region to make it available for allocation).

Remove references to sbrk so that it covers the behavior more
accurately.

	* manual/memory.texi (M_TOP_PAD): Remove reference to sbrk.
	(M_TRIM_THRESHOLD): Likewise.
2016-10-26 15:07:07 +05:30
..
2016-10-06 12:30:03 +05:30
2016-10-06 12:25:38 +05:30
dir
..
2005-11-21 15:45:19 +00:00
2014-04-08 17:12:15 -04:00
2016-10-06 12:20:28 +05:30
2014-01-31 23:23:59 -02:00
2016-10-06 11:58:02 +05:30
2016-06-16 00:59:57 -04:00
2015-08-20 09:43:50 +02:00
2016-10-06 12:29:11 +05:30
2016-10-06 12:11:08 +05:30
2016-10-06 12:26:35 +05:30
2016-10-06 12:20:00 +05:30
2016-10-06 12:17:29 +05:30
2016-10-06 12:18:05 +05:30
2016-10-06 12:05:11 +05:30
2016-10-06 12:23:27 +05:30
2016-10-06 12:08:46 +05:30
2016-10-06 12:26:06 +05:30
2016-10-06 12:14:36 +05:30
2016-10-06 12:21:46 +05:30