mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
manual: Fix overeager s/int/size_t/ in memory.texi
The change in e3960d1c57e57f33e0e846d615788f4ede73b945 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…
x
Reference in New Issue
Block a user