mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
Document M_PERTURB
This commit is contained in:
parent
932ac045f0
commit
deb9cabbf4
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-27 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
* manual/memory.texi (Malloc Tunable Parameters): Document
|
||||||
|
M_PERTURB.
|
||||||
|
|
||||||
2010-07-26 Roland McGrath <roland@redhat.com>
|
2010-07-26 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
[BZ #11840]
|
[BZ #11840]
|
||||||
|
@ -702,6 +702,11 @@ be allocated via @code{mmap}.
|
|||||||
@item M_MMAP_MAX
|
@item M_MMAP_MAX
|
||||||
The maximum number of chunks to allocate with @code{mmap}. Setting this
|
The maximum number of chunks to allocate with @code{mmap}. Setting this
|
||||||
to zero disables all use of @code{mmap}.
|
to zero disables all use of @code{mmap}.
|
||||||
|
@item M_PERTURB
|
||||||
|
If non-zero, memory blocks are filled with values depending on some
|
||||||
|
low order bits of this parameter when they are allocated (except when
|
||||||
|
allocated by @code{calloc}) and freed. This can be used to debug the
|
||||||
|
use of uninitialized or freed heap memory.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
Loading…
Reference in New Issue
Block a user