HomeSort by: relevance | last modified time | path
    Searched defs:CACHELINE_CEILING (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_types.h 152 #define CACHELINE_CEILING(s) \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_types.h 158 #define CACHELINE_CEILING(s) \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_types.h 97 #define CACHELINE_CEILING(s) \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_types.h 97 #define CACHELINE_CEILING(s) \
  /src/lib/libc/stdlib/
jemalloc.c 904 #define CACHELINE_CEILING(s) \
1069 csize = CACHELINE_CEILING(size);

Completed in 19 milliseconds