HomeSort by relevance Sort by last modified time
    Searched refs:CACHELINE (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/src/
ckh.c 268 usize = sa2u(sizeof(ckhc_t) << lg_curcells, CACHELINE);
273 tab = (ckhc_t *)ipallocztm(tsd, usize, CACHELINE, true, NULL,
314 usize = sa2u(sizeof(ckhc_t) << lg_curcells, CACHELINE);
317 tab = (ckhc_t *)ipallocztm(tsd, usize, CACHELINE, true, NULL, true,
389 usize = sa2u(sizeof(ckhc_t) << lg_mincells, CACHELINE);
394 ckh->tab = (ckhc_t *)ipallocztm(tsd, usize, CACHELINE, true, NULL, true,
tcache.c 325 /* Avoid false cacheline sharing. */
326 size = sa2u(size, CACHELINE);
328 tcache = ipallocztm(tsd, size, CACHELINE, true, false, true,
huge.c 61 CACHELINE, false, tcache, true, arena);
jemalloc.c 89 JEMALLOC_ALIGNED(CACHELINE)
98 JEMALLOC_ALIGNED(CACHELINE)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 301 * In addition, this controls the spacing of cacheline-spaced size classes.
303 * CACHELINE cannot be based on LG_CACHELINE because __declspec(align()) can
307 #define CACHELINE 64
308 #define CACHELINE_MASK (CACHELINE - 1)
310 /* Return the smallest cacheline multiple that is >= s. */
  /external/lz4/programs/
lz4io.c 102 #define CACHELINE 64

Completed in 284 milliseconds