Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h81 #define CACHELINE_CEILING(s) \ macro
H A Dextent_inlines.h221 lg_floor(CACHELINE_CEILING(alignment)); in extent_addr_randomize()
/freebsd/contrib/jemalloc/src/
H A Dtsd.c320 return a0malloc(CACHELINE_CEILING(size)); in malloc_tsd_malloc()