diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 22:01:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 22:01:31 +0000 |
| commit | 5260fe08cf50c91a0cda4359ee7db946ad8575d8 (patch) | |
| tree | 57c8bddb4f45895c611d4e03425e4a37d5d28d52 /man3/malloc.3 | |
| parent | aeb76cd486eb29fc01084e8520ce1dc06bc9899f (diff) | |
| download | man-pages-5260fe08cf50c91a0cda4359ee7db946ad8575d8.tar.gz | |
Use 'glibc' consistently to refer to GNU C library.
Diffstat (limited to 'man3/malloc.3')
| -rw-r--r-- | man3/malloc.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3 index d7e296213d..fe4159b084 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -150,9 +150,10 @@ or are almost always related to heap corruption, such as overflowing an allocated chunk or freeing the same pointer twice. .PP -Recent versions of Linux libc (later than 5.4.23) and GNU libc (2.x) -include a malloc implementation which is tunable via environment -variables. +Recent versions of Linux libc (later than 5.4.23) and glibc (2.x) +include a +.BR malloc () +implementation which is tunable via environment variables. When .BR MALLOC_CHECK_ is set, a special (less efficient) implementation is used which |
