mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
manual: Fix overeager s/int/size_t/ in memory.texi
The change in e3960d1c57
should only have
affected 'int' not 'internally'.
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
This commit is contained in:
parent
b919fe1f6d
commit
8d3fb43797
@ -1413,7 +1413,7 @@ This is the total size of memory allocated with @code{sbrk} by
|
||||
|
||||
@item size_t ordblks
|
||||
This is the number of chunks not in use. (The memory allocator
|
||||
size_ternally gets chunks of memory from the operating system, and then
|
||||
internally gets chunks of memory from the operating system, and then
|
||||
carves them up to satisfy individual @code{malloc} requests;
|
||||
@pxref{The GNU Allocator}.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user