Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739474
Collapse All | Expand All

(-)a/intern/guardedalloc/intern/mallocn_intern.h (-2 / +1 lines)
Lines 17-24 Link Here
17
#undef HAVE_MALLOC_STATS
17
#undef HAVE_MALLOC_STATS
18
#define USE_MALLOC_USABLE_SIZE /* internal, when we have malloc_usable_size() */
18
#define USE_MALLOC_USABLE_SIZE /* internal, when we have malloc_usable_size() */
19
19
20
#if defined(__linux__) || (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || \
20
#if (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || defined(__GLIBC__)
21
    defined(__GLIBC__)
22
#  include <malloc.h>
21
#  include <malloc.h>
23
#  define HAVE_MALLOC_STATS
22
#  define HAVE_MALLOC_STATS
24
#elif defined(__FreeBSD__)
23
#elif defined(__FreeBSD__)

Return to bug 739474