Searched refs:LG_SIZEOF_INTMAX_T (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h25 #undef LG_SIZEOF_INTMAX_T macro
67 #define LG_SIZEOF_INTMAX_T 3 macro
H A Djemalloc_defs.h267 /* sizeof(intmax_t) == 2^LG_SIZEOF_INTMAX_T. */
268 #define LG_SIZEOF_INTMAX_T 3 macro
/freebsd-10.1-release/contrib/jemalloc/src/
H A Dutil.c29 #define U2S_BUFSIZE ((1U << (LG_SIZEOF_INTMAX_T + 3)) + 1)

Completed in 51 milliseconds