HomeSort by: relevance | last modified time | path
    Searched defs:MALLOCX_ARENA_BITS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_types.h 42 #define MALLOCX_ARENA_BITS 12
48 (((1U << MALLOCX_ARENA_BITS) - 1) << MALLOCX_ARENA_SHIFT)
50 #define MALLOCX_ARENA_LIMIT ((1 << MALLOCX_ARENA_BITS) - 1)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_types.h 42 #define MALLOCX_ARENA_BITS 12
48 (((1U << MALLOCX_ARENA_BITS) - 1) << MALLOCX_ARENA_SHIFT)
50 #define MALLOCX_ARENA_LIMIT ((1 << MALLOCX_ARENA_BITS) - 1)
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_types.h 42 #define MALLOCX_ARENA_BITS 12
48 ((unsigned)(((1U << MALLOCX_ARENA_BITS) - 1) << MALLOCX_ARENA_SHIFT))
50 #define MALLOCX_ARENA_LIMIT ((unsigned)((1U << MALLOCX_ARENA_BITS) - 1))
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_types.h 42 #define MALLOCX_ARENA_BITS 12
48 ((unsigned)(((1U << MALLOCX_ARENA_BITS) - 1) << MALLOCX_ARENA_SHIFT))
50 #define MALLOCX_ARENA_LIMIT ((unsigned)((1U << MALLOCX_ARENA_BITS) - 1))

Completed in 67 milliseconds