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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 310 * In addition, this controls the spacing of cacheline-spaced size classes.
312 * CACHELINE cannot be based on LG_CACHELINE because __declspec(align()) can
316 #define CACHELINE 64
317 #define CACHELINE_MASK (CACHELINE - 1)
319 /* Return the smallest cacheline multiple that is >= s. */
    [all...]
  /external/lz4/programs/
lz4io.c 92 #define CACHELINE 64
    [all...]

Completed in 57 milliseconds