Searched refs:LG_SIZEOF_LONG (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h24 #undef LG_SIZEOF_LONG macro
66 #define LG_SIZEOF_LONG LG_SIZEOF_PTR macro
H A Djemalloc_defs.h264 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
265 #define LG_SIZEOF_LONG 3 macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h10 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
H A Djemalloc_internal.h314 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))

Completed in 57 milliseconds