HomeSort by relevance Sort by last modified time
    Searched refs:LG_SIZEOF_LONG (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 248 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
250 #define LG_SIZEOF_LONG 3
252 #define LG_SIZEOF_LONG 2
util.h 173 #elif LG_SIZEOF_PTR == LG_SIZEOF_LONG
186 #if LG_SIZEOF_LONG == 3
290 #elif (LG_SIZEOF_PTR == LG_SIZEOF_LONG)
bitmap.h 11 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
jemalloc_internal.h 285 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))

Completed in 94 milliseconds