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 294 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
296 #define LG_SIZEOF_LONG 3
298 #define LG_SIZEOF_LONG 2
util.h 171 #elif LG_SIZEOF_PTR == LG_SIZEOF_LONG
184 #if LG_SIZEOF_LONG == 3
288 #elif (LG_SIZEOF_PTR == LG_SIZEOF_LONG)
bitmap.h 11 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
jemalloc_internal.h 294 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))
    [all...]

Completed in 525 milliseconds