Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dckh.h21 #define LG_CKH_BUCKET_CELLS (LG_CACHELINE - LG_SIZEOF_PTR - 1)
Djemalloc_internal_types.h147 #define LG_CACHELINE 6 macro
/external/jemalloc/include/jemalloc/internal/
Dckh.h20 #define LG_CKH_BUCKET_CELLS (LG_CACHELINE - LG_SIZEOF_PTR - 1)
Djemalloc_internal.h.in312 * CACHELINE cannot be based on LG_CACHELINE because __declspec(align()) can
315 #define LG_CACHELINE 6 macro
Djemalloc_internal.h315 #define LG_CACHELINE 6 macro
/external/jemalloc/src/
Darena.c2640 LG_CACHELINE, false); in arena_malloc_large()
2641 random_offset = ((uintptr_t)r) << LG_CACHELINE; in arena_malloc_large()