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 211 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
213 #define LG_SIZEOF_LONG 3
215 #define LG_SIZEOF_LONG 2
util.h 178 #elif (LG_SIZEOF_PTR == LG_SIZEOF_LONG)
194 #if (LG_SIZEOF_PTR == 3 && LG_SIZEOF_PTR == LG_SIZEOF_LONG)
bitmap.h 10 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
jemalloc_internal.h 233 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))

Completed in 497 milliseconds