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

(-)a/memory/mozjemalloc/jemalloc.c (+2 lines)
Lines 1091-1097 static unsigned ncpus; Link Here
1091
 * controlling the malloc behavior are defined as compile-time constants
1091
 * controlling the malloc behavior are defined as compile-time constants
1092
 * for best performance and cannot be altered at runtime.
1092
 * for best performance and cannot be altered at runtime.
1093
 */
1093
 */
1094
#if !defined(__ia64__) && !defined(__sparc__)
1094
#define MALLOC_STATIC_SIZES 1
1095
#define MALLOC_STATIC_SIZES 1
1096
#endif
1095
1097
1096
#ifdef MALLOC_STATIC_SIZES
1098
#ifdef MALLOC_STATIC_SIZES
1097
1099

Return to bug 466896