diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-18 02:49:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-18 02:49:05 +0200 |
commit | 089b097840aacd69b7490fd70810f35c6387e4e2 (patch) | |
tree | 5960bd64b256c1001a02d909456255e7b17890d3 /doc/info | |
parent | m info (diff) | |
download | slibc-089b097840aacd69b7490fd70810f35c6387e4e2.tar.gz slibc-089b097840aacd69b7490fd70810f35c6387e4e2.tar.bz2 slibc-089b097840aacd69b7490fd70810f35c6387e4e2.tar.xz |
m info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo index d6b6b70..a368aea 100644 --- a/doc/info/chap/memory-allocation.texinfo +++ b/doc/info/chap/memory-allocation.texinfo @@ -617,10 +617,10 @@ This function is almost identical to @code{valloc}, but @code{size} is rounded up to the next multiple of the page size, cause it allocate only whole pages, except -that the @code{slibc} implementation, like -the @sc{GNU} implementation, allocates -extra memory before the returned pointer -for bookkeeping. +that the @code{slibc} implementation, among +other implementations, allocates extra memory +before the returned pointer for bookkeeping +and pointer shifting for alignment. This function is declared in the header file @file{<malloc.h>}, you should however include |