=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for jemalloc-5.3.1 gcc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -fvisibility=hidden -Wimplicit-fallthrough -Wdeprecated-declarations -Os -freorder-blocks -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c In file included from include/jemalloc/internal/jemalloc_internal_types.h:4, from include/jemalloc/internal/sc.h:5, from include/jemalloc/internal/arena_types.h:5, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:2: include/jemalloc/internal/quantum.h:77:17: error: #error "Unknown minimum alignment for architecture; specify via " 77 | # error \ | ^~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:235:13: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY \ | ^~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/sc.h:235:13: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY \ | ^~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:239:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 239 | - SC_LG_FIRST_REGULAR_BASE) /* Last SC of the last group hits the bound exactly; exclude it. */ \ | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:172:6: note: in expansion of macro 'SC_NTINY' 172 | #if (SC_NTINY != 0) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:228:6: note: in expansion of macro 'SC_NTINY' 228 | #if (SC_NTINY > 0) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:336:6: note: in expansion of macro 'SC_NTINY' 336 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/sz.h:5, from include/jemalloc/internal/cache_bin.h:8, from include/jemalloc/internal/tcache_structs.h:5, from include/jemalloc/internal/tsd_internals.h:15, from include/jemalloc/internal/tsd_malloc_thread_cleanup.h:7, from include/jemalloc/internal/tsd.h:11, from include/jemalloc/internal/ckh.h:5, from include/jemalloc/internal/prof_structs.h:5, from include/jemalloc/internal/jemalloc_internal_includes.h:51: include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ distcc[10108] ERROR: compile src/jemalloc.c on 10.0.20.122:3852 failed distcc[10108] (dcc_build_somewhere) Warning: remote compilation of 'src/jemalloc.c' failed, retrying locally distcc[10108] Warning: failed to distribute src/jemalloc.c to 10.0.20.122:3852, running locally instead In file included from include/jemalloc/internal/jemalloc_internal_types.h:4, from include/jemalloc/internal/sc.h:5, from include/jemalloc/internal/arena_types.h:5, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:2: include/jemalloc/internal/quantum.h:77:17: error: #error "Unknown minimum alignment for architecture; specify via " 77 | # error \ | ^~~~~ include/jemalloc/internal/quantum.h:79:1: error: expected identifier or '(' before string constant 79 | "--with-lg-quantum" | ^~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:235:13: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY \ | ^~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/sc.h:235:13: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY \ | ^~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:239:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 239 | - SC_LG_FIRST_REGULAR_BASE) /* Last SC of the last group hits the bound exactly; exclude it. */ \ | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:246:6: note: in expansion of macro 'SC_NBINS' 246 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:186:19: error: 'LG_QUANTUM' undeclared here (not in a function); did you mean 'QUANTUM'? 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/sc.h:363:17: note: in expansion of macro 'SC_NSIZES' 363 | sc_t sc[SC_NSIZES]; | ^~~~~~~~~ include/jemalloc/internal/sz.h: In function 'sz_size2index_compute_inline': include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:172:6: note: in expansion of macro 'SC_NTINY' 172 | #if (SC_NTINY != 0) | ^~~~~~~~ include/jemalloc/internal/sz.h: In function 'sz_index2size_compute_inline': include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:228:6: note: in expansion of macro 'SC_NTINY' 228 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/cache_bin.h:8, from include/jemalloc/internal/tcache_structs.h:5, from include/jemalloc/internal/tsd_internals.h:15, from include/jemalloc/internal/tsd_malloc_thread_cleanup.h:7, from include/jemalloc/internal/tsd.h:11, from include/jemalloc/internal/ckh.h:5, from include/jemalloc/internal/prof_structs.h:5, from include/jemalloc/internal/jemalloc_internal_includes.h:51: include/jemalloc/internal/sz.h: In function 'sz_index2size_lookup_impl': include/jemalloc/internal/sz.h:258:35: warning: parameter 'index' set but not used [-Wunused-but-set-parameter] 258 | sz_index2size_lookup_impl(szind_t index) { | ~~~~~~~~^~~~~ include/jemalloc/internal/sz.h: In function 'sz_s2u_compute': include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:336:6: note: in expansion of macro 'SC_NTINY' 336 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/sz.h:5: include/jemalloc/internal/bitmap.h: At top level: include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:26: note: in expansion of macro 'LG_CEIL' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:12:34: note: in expansion of macro 'SC_NSIZES' 12 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:10: note: in definition of macro 'LG_FLOOR_32' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:29: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:418:10: note: in definition of macro 'LG_FLOOR_16' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:28: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:416:24: note: in definition of macro 'LG_FLOOR_8' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:42: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:415:24: note: in definition of macro 'LG_FLOOR_4' 415 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:414:24: note: in definition of macro 'LG_FLOOR_2' 414 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:416:62: note: in expansion of macro 'LG_FLOOR_4' 416 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:418:48: note: in expansion of macro 'LG_FLOOR_8' 418 | (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:51: note: in expansion of macro 'LG_FLOOR_16' 420 | (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:424:28: note: in expansion of macro 'LG_FLOOR_32' 424 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:21: note: in expansion of macro 'LG_FLOOR' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:19: note: in expansion of macro 'LG_CEIL' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:38: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:186:30: warning: the left operand of "+" changes sign when promoted 186 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:199:20: note: in expansion of macro 'SC_NTINY' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:189:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 189 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:429:45: note: in definition of macro 'LG_CEIL' 429 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:40: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 198 | (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:199:44: note: in expansion of macro 'SC_NREGULAR' 199 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:37:27: note: in expansion of macro 'SC_NSIZES' 37 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ In file included from include/jemalloc/internal/jemalloc_internal_includes.h:71: include/jemalloc/internal/jemalloc_internal_inlines_a.h:14:24: error: unknown type name 'malloc_cpuid_t' 14 | JEMALLOC_ALWAYS_INLINE malloc_cpuid_t | ^~~~~~~~~~~~~~ include/jemalloc/internal/jemalloc_internal_inlines_a.h: In function 'percpu_arena_choose': include/jemalloc/internal/jemalloc_internal_inlines_a.h:41:9: error: unknown type name 'malloc_cpuid_t'; did you mean 'malloc_init_t'? 41 | malloc_cpuid_t cpuid = malloc_getcpu(); | ^~~~~~~~~~~~~~ | malloc_init_t In file included from include/jemalloc/internal/arena_inlines_b.h:7, from include/jemalloc/internal/jemalloc_internal_includes.h:79: include/jemalloc/internal/bin_inlines.h: In function 'bin_slab_regind_impl': include/jemalloc/internal/bin_inlines.h:28:35: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 28 | div_info_t *div_info, szind_t binind, edata_t *slab, const void *ptr) { | ~~~~~~~~^~~~~~ include/jemalloc/internal/bin_inlines.h: In function 'bin_dalloc_locked_begin': include/jemalloc/internal/bin_inlines.h:57:45: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 57 | bin_dalloc_locked_info_t *info, szind_t binind) { | ~~~~~~~~^~~~~~ include/jemalloc/internal/arena_inlines_b.h: In function 'arena_get_bin': include/jemalloc/internal/arena_inlines_b.h:533:39: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 533 | arena_get_bin(arena_t *arena, szind_t binind, unsigned binshard) { | ~~~~~~~~^~~~~~ src/jemalloc.c: In function 'malloc_init_hard_a0_locked': src/jemalloc.c:871:30: error: type of formal parameter 1 is incomplete 871 | bin_shard_sizes_boot(bin_shard_sizes); | ^~~~~~~~~~~~~~~ src/jemalloc.c:882:36: error: type of formal parameter 2 is incomplete 882 | malloc_conf_init(&sc_data, bin_shard_sizes, readlink_buf); | ^~~~~~~~~~~~~~~ src/jemalloc.c:885:33: error: type of formal parameter 2 is incomplete 885 | bin_info_boot(&sc_data, bin_shard_sizes); | ^~~~~~~~~~~~~~~ src/jemalloc.c:870:18: warning: unused variable 'bin_shard_sizes' [-Wunused-variable] 870 | unsigned bin_shard_sizes[SC_NBINS]; | ^~~~~~~~~~~~~~~ include/jemalloc/internal/sz.h: In function 'sz_index2size_lookup_impl': include/jemalloc/internal/sz.h:260:1: warning: control reaches end of non-void function [-Wreturn-type] 260 | } | ^ distcc[10108] ERROR: compile src/jemalloc.c on localhost failed gmake: *** [Makefile:509: src/jemalloc.sym.o] Error 1 *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/devel/jemalloc *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/devel/jemalloc