=> 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.0nb1 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 -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:4, from include/jemalloc/internal/arena_types.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:3: include/jemalloc/internal/quantum.h:75:6: error: #error "Unknown minimum alignment for architecture; specify via " 75 | # error "Unknown minimum alignment for architecture; specify via " | ^~~~~ In file included from include/jemalloc/internal/arena_types.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:3: include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:235:5: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY + SC_NPSEUDO \ | ^~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/sc.h:235:5: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY + SC_NPSEUDO \ | ^~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:237:45: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 237 | + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:163:6: note: in expansion of macro 'SC_NTINY' 163 | #if (SC_NTINY != 0) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:212:6: note: in expansion of macro 'SC_NTINY' 212 | #if (SC_NTINY > 0) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:269:6: note: in expansion of macro 'SC_NTINY' 269 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/sz.h:4, from include/jemalloc/internal/cache_bin.h:5, from include/jemalloc/internal/tcache_structs.h:4, from include/jemalloc/internal/tsd.h:14, from include/jemalloc/internal/ckh.h:4, from include/jemalloc/internal/prof_structs.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:51, from src/jemalloc.c:3: include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ distcc[9879] ERROR: compile src/jemalloc.c on 10.0.20.122:3752 failed distcc[9879] (dcc_build_somewhere) Warning: remote compilation of 'src/jemalloc.c' failed, retrying locally distcc[9879] Warning: failed to distribute src/jemalloc.c to 10.0.20.122:3752, running locally instead In file included from include/jemalloc/internal/jemalloc_internal_types.h:4, from include/jemalloc/internal/sc.h:4, from include/jemalloc/internal/arena_types.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:3: include/jemalloc/internal/quantum.h:75:6: error: #error "Unknown minimum alignment for architecture; specify via " 75 | # error "Unknown minimum alignment for architecture; specify via " | ^~~~~ include/jemalloc/internal/quantum.h:76:3: error: expected identifier or '(' before string constant 76 | "--with-lg-quantum" | ^~~~~~~~~~~~~~~~~~~ In file included from include/jemalloc/internal/arena_types.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:3: include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:235:5: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY + SC_NPSEUDO \ | ^~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/sc.h:235:5: note: in expansion of macro 'SC_NTINY' 235 | SC_NTINY + SC_NPSEUDO \ | ^~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:237:45: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 237 | + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:245:6: note: in expansion of macro 'SC_NBINS' 245 | #if (SC_NBINS > 256) | ^~~~~~~~ include/jemalloc/internal/sc.h:185:19: error: 'LG_QUANTUM' undeclared here (not in a function); did you mean 'QUANTUM'? 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/sc.h:344:10: note: in expansion of macro 'SC_NSIZES' 344 | sc_t sc[SC_NSIZES]; | ^~~~~~~~~ include/jemalloc/internal/sz.h: In function 'sz_size2index_compute': include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:163:6: note: in expansion of macro 'SC_NTINY' 163 | #if (SC_NTINY != 0) | ^~~~~~~~ include/jemalloc/internal/sz.h: In function 'sz_index2size_compute': include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:212:6: note: in expansion of macro 'SC_NTINY' 212 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/cache_bin.h:5, from include/jemalloc/internal/tcache_structs.h:4, from include/jemalloc/internal/tsd.h:14, from include/jemalloc/internal/ckh.h:4, from include/jemalloc/internal/prof_structs.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:51, from src/jemalloc.c:3: include/jemalloc/internal/sz.h: In function 'sz_index2size_lookup_impl': include/jemalloc/internal/sz.h:237:35: warning: parameter 'index' set but not used [-Wunused-but-set-parameter] 237 | sz_index2size_lookup_impl(szind_t index) { | ~~~~~~~~^~~~~ In file included from include/jemalloc/internal/arena_types.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:43, from src/jemalloc.c:3: include/jemalloc/internal/sz.h: In function 'sz_s2u_compute': include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/sz.h:269:6: note: in expansion of macro 'SC_NTINY' 269 | #if (SC_NTINY > 0) | ^~~~~~~~ In file included from include/jemalloc/internal/sz.h:4, from include/jemalloc/internal/cache_bin.h:5, from include/jemalloc/internal/tcache_structs.h:4, from include/jemalloc/internal/tsd.h:14, from include/jemalloc/internal/ckh.h:4, from include/jemalloc/internal/prof_structs.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:51, from src/jemalloc.c:3: include/jemalloc/internal/bitmap.h: At top level: include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:26: note: in expansion of macro 'LG_CEIL' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/bitmap.h:11:34: note: in expansion of macro 'SC_NSIZES' 11 | #if SC_LG_SLAB_MAXREGS > LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:25: note: in definition of macro 'LG_FLOOR_32' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:44: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:411:25: note: in definition of macro 'LG_FLOOR_16' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:43: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:410:24: note: in definition of macro 'LG_FLOOR_8' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:42: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:409:24: note: in definition of macro 'LG_FLOOR_4' 409 | #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2)) | ^ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:408:24: note: in definition of macro 'LG_FLOOR_2' 408 | #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) | ^ include/jemalloc/internal/bit_util.h:410:62: note: in expansion of macro 'LG_FLOOR_4' 410 | #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:411:63: note: in expansion of macro 'LG_FLOOR_8' 411 | #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8)) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:412:66: note: in expansion of macro 'LG_FLOOR_16' 412 | #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:415:23: note: in expansion of macro 'LG_FLOOR_32' 415 | # define LG_FLOOR(x) LG_FLOOR_32((x)) | ^~~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:21: note: in expansion of macro 'LG_FLOOR' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:19: note: in expansion of macro 'LG_CEIL' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:38: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:19: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:185:30: warning: the left operand of "+" changes sign when promoted 185 | #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) | ^ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:198:20: note: in expansion of macro 'SC_NTINY' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ include/jemalloc/internal/sc.h:188:35: warning: "LG_QUANTUM" is not defined, evaluates to 0 [-Wundef] 188 | #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP) | ^~~~~~~~~~ include/jemalloc/internal/bit_util.h:420:45: note: in definition of macro 'LG_CEIL' 420 | #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) | ^ include/jemalloc/internal/sc.h:197:23: note: in expansion of macro 'SC_LG_FIRST_REGULAR_BASE' 197 | (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1) | ^~~~~~~~~~~~~~~~~~~~~~~~ include/jemalloc/internal/sc.h:198:44: note: in expansion of macro 'SC_NREGULAR' 198 | #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR) | ^~~~~~~~~~~ include/jemalloc/internal/rtree.h:34:27: note: in expansion of macro 'SC_NSIZES' 34 | #if RTREE_NHIB >= LG_CEIL(SC_NSIZES) | ^~~~~~~~~ In file included from include/jemalloc/internal/jemalloc_internal_includes.h:71, from src/jemalloc.c:3: include/jemalloc/internal/jemalloc_internal_inlines_a.h:10:24: error: unknown type name 'malloc_cpuid_t' 10 | 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:28:2: error: unknown type name 'malloc_cpuid_t'; did you mean 'malloc_init_t'? 28 | malloc_cpuid_t cpuid = malloc_getcpu(); | ^~~~~~~~~~~~~~ | malloc_init_t In file included from include/jemalloc/internal/jemalloc_internal_includes.h:79, from src/jemalloc.c:3: include/jemalloc/internal/arena_inlines_b.h: In function 'arena_slab_regind': include/jemalloc/internal/arena_inlines_b.h:466:65: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 466 | arena_slab_regind(arena_dalloc_bin_locked_info_t *info, szind_t binind, | ~~~~~~~~^~~~~~ include/jemalloc/internal/arena_inlines_b.h: In function 'arena_dalloc_bin_locked_begin': include/jemalloc/internal/arena_inlines_b.h:489:13: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 489 | szind_t binind) { | ~~~~~~~~^~~~~~ include/jemalloc/internal/arena_inlines_b.h: In function 'arena_get_bin': include/jemalloc/internal/arena_inlines_b.h:545:39: warning: parameter 'binind' set but not used [-Wunused-but-set-parameter] 545 | arena_get_bin(arena_t *arena, szind_t binind, unsigned binshard) { | ~~~~~~~~^~~~~~ src/jemalloc.c: In function 'malloc_conf_init_helper': src/jemalloc.c:1298:10: error: type of formal parameter 1 is incomplete 1298 | bin_shard_sizes, size_start, | ^~~~~~~~~~~~~~~ src/jemalloc.c: In function 'malloc_conf_init': src/jemalloc.c:1750:32: error: type of formal parameter 2 is incomplete 1750 | malloc_conf_init_helper(NULL, NULL, true, opts_cache, buf); | ^~~~ src/jemalloc.c:1751:35: error: type of formal parameter 2 is incomplete 1751 | malloc_conf_init_helper(sc_data, bin_shard_sizes, false, opts_cache, | ^~~~~~~~~~~~~~~ src/jemalloc.c: In function 'malloc_init_hard_a0_locked': src/jemalloc.c:1807:23: error: type of formal parameter 1 is incomplete 1807 | bin_shard_sizes_boot(bin_shard_sizes); | ^~~~~~~~~~~~~~~ src/jemalloc.c:1816:29: error: type of formal parameter 2 is incomplete 1816 | malloc_conf_init(&sc_data, bin_shard_sizes); | ^~~~~~~~~~~~~~~ src/jemalloc.c:1819:26: error: type of formal parameter 2 is incomplete 1819 | bin_info_boot(&sc_data, bin_shard_sizes); | ^~~~~~~~~~~~~~~ src/jemalloc.c:1806:11: warning: unused variable 'bin_shard_sizes' [-Wunused-variable] 1806 | unsigned bin_shard_sizes[SC_NBINS]; | ^~~~~~~~~~~~~~~ In file included from include/jemalloc/internal/cache_bin.h:5, from include/jemalloc/internal/tcache_structs.h:4, from include/jemalloc/internal/tsd.h:14, from include/jemalloc/internal/ckh.h:4, from include/jemalloc/internal/prof_structs.h:4, from include/jemalloc/internal/jemalloc_internal_includes.h:51, from src/jemalloc.c:3: include/jemalloc/internal/sz.h: In function 'sz_index2size_lookup_impl': include/jemalloc/internal/sz.h:239:1: warning: control reaches end of non-void function [-Wreturn-type] 239 | } | ^ distcc[9879] ERROR: compile src/jemalloc.c on localhost failed gmake: *** [Makefile:479: src/jemalloc.sym.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/devel/jemalloc *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/jemalloc