OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcaches_t
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
7
typedef struct tcaches_s
tcaches_t
;
typedef in typeref:struct:tcaches_s
113
tcaches_t
*next;
143
extern
tcaches_t
*tcaches;
472
tcaches_t
*elm = &tcaches[ind];
/external/jemalloc/src/
tcache.c
16
tcaches_t
*tcaches;
22
static
tcaches_t
*tcaches_avail;
446
tcaches_t
*elm;
477
tcaches_elm_flush(tsd_t *tsd,
tcaches_t
*elm)
496
tcaches_t
*elm = &tcaches[ind];
Completed in 78 milliseconds