Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h152 #define CACHELINE_CEILING(s) \ macro
Dextent_inlines.h198 lg_floor(CACHELINE_CEILING(alignment)); in extent_addr_randomize()
/external/jemalloc_new/src/
Dtsd.c161 return a0malloc(CACHELINE_CEILING(size)); in malloc_tsd_malloc()