OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHELINE
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/src/
ckh.c
269
usize = sa2u(sizeof(ckhc_t) << lg_curcells,
CACHELINE
);
274
tab = (ckhc_t *)ipallocztm(tsd_tsdn(tsd), usize,
CACHELINE
,
315
usize = sa2u(sizeof(ckhc_t) << lg_curcells,
CACHELINE
);
318
tab = (ckhc_t *)ipallocztm(tsd_tsdn(tsd), usize,
CACHELINE
, true, NULL,
390
usize = sa2u(sizeof(ckhc_t) << lg_mincells,
CACHELINE
);
395
ckh->tab = (ckhc_t *)ipallocztm(tsd_tsdn(tsd), usize,
CACHELINE
, true,
tcache.c
332
/* Avoid false
cacheline
sharing. */
333
size = sa2u(size,
CACHELINE
);
335
tcache = ipallocztm(tsdn, size,
CACHELINE
, true, NULL, true,
huge.c
75
CACHELINE
, false, NULL, true, iarena);
jemalloc.c
92
JEMALLOC_ALIGNED(
CACHELINE
)
105
JEMALLOC_ALIGNED(
CACHELINE
)
113
JEMALLOC_ALIGNED(
CACHELINE
)
[
all
...]
/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 467 milliseconds