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 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 850 milliseconds