Home
last modified time | relevance | path

Searched refs:LG_CACHELINE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDckh.h20 #define LG_CKH_BUCKET_CELLS (LG_CACHELINE - LG_SIZEOF_PTR - 1)
HDjemalloc_internal.h302 #define LG_CACHELINE 6 macro
/NextBSD/contrib/jemalloc/src/
HDarena.c2222 prng64(r, LG_PAGE - LG_CACHELINE, arena->offset_state, in arena_malloc_large()
2225 random_offset = ((uintptr_t)r) << LG_CACHELINE; in arena_malloc_large()