diff options
Diffstat (limited to 'common/dlmalloc.c')
| -rw-r--r-- | common/dlmalloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/dlmalloc.c b/common/dlmalloc.c index 2a9d169f9..3c70d5ded 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -201,7 +201,7 @@    MORECORE_FAILURE          (default: -1)       The value returned upon failure of MORECORE.    MORECORE_CLEARS           (default 1) -     True (1) if the routine mapped to MORECORE zeroes out memory (which +     true (1) if the routine mapped to MORECORE zeroes out memory (which       holds for sbrk).    DEFAULT_TRIM_THRESHOLD    DEFAULT_TOP_PAD |