OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ckhc_t
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ckh.h
5
typedef struct ckhc_s
ckhc_t
;
typedef in typeref:struct:ckhc_s
62
ckhc_t
*tab;
/external/jemalloc/src/
ckh.c
55
ckhc_t
*cell;
95
ckhc_t
*cell;
128
ckhc_t
*cell;
223
ckh_rebuild(ckh_t *ckh,
ckhc_t
*aTab)
249
ckhc_t
*tab, *ttab;
268
usize = sa2u(sizeof(
ckhc_t
) << lg_curcells, CACHELINE);
273
tab = (
ckhc_t
*)ipalloc(usize, CACHELINE, true);
303
ckhc_t
*tab, *ttab;
313
usize = sa2u(sizeof(
ckhc_t
) << lg_curcells, CACHELINE);
316
tab = (
ckhc_t
*)ipalloc(usize, CACHELINE, true)
[
all
...]
Completed in 37 milliseconds