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

  /external/jemalloc/src/
base.c 51 nsize = (node == NULL) ? CACHELINE_CEILING(sizeof(extent_node_t)) : 0;
90 csize = CACHELINE_CEILING(size);
tsd.c 18 return (a0malloc(CACHELINE_CEILING(size)));
huge.c 59 node = ipallocztm(tsd, CACHELINE_CEILING(sizeof(extent_node_t)),
arena.c     [all...]
jemalloc.c 375 (arena_t **)a0malloc(CACHELINE_CEILING(narenas_new *
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 303 #define CACHELINE_CEILING(s) \

Completed in 149 milliseconds