diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 8edcd06c843..4ea337ddbaa 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -7318,7 +7318,7 @@ Frames, windows, buffers, and subprocesses count as vectors | |||
| 7318 | make_int (strings_consed)); | 7318 | make_int (strings_consed)); |
| 7319 | } | 7319 | } |
| 7320 | 7320 | ||
| 7321 | #ifdef GNU_LINUX | 7321 | #if defined GNU_LINUX && defined __GLIBC__ |
| 7322 | DEFUN ("malloc-info", Fmalloc_info, Smalloc_info, 0, 0, "", | 7322 | DEFUN ("malloc-info", Fmalloc_info, Smalloc_info, 0, 0, "", |
| 7323 | doc: /* Report malloc information to stderr. | 7323 | doc: /* Report malloc information to stderr. |
| 7324 | This function outputs to stderr an XML-formatted | 7324 | This function outputs to stderr an XML-formatted |
| @@ -7678,7 +7678,7 @@ N should be nonnegative. */); | |||
| 7678 | defsubr (&Sgarbage_collect_maybe); | 7678 | defsubr (&Sgarbage_collect_maybe); |
| 7679 | defsubr (&Smemory_info); | 7679 | defsubr (&Smemory_info); |
| 7680 | defsubr (&Smemory_use_counts); | 7680 | defsubr (&Smemory_use_counts); |
| 7681 | #ifdef GNU_LINUX | 7681 | #if defined GNU_LINUX && defined __GLIBC__ |
| 7682 | defsubr (&Smalloc_info); | 7682 | defsubr (&Smalloc_info); |
| 7683 | #endif | 7683 | #endif |
| 7684 | defsubr (&Ssuspicious_object); | 7684 | defsubr (&Ssuspicious_object); |