OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcache_maxclass
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
tcache.c
14
size_t
tcache_maxclass
;
variable
512
tcache_maxclass
= SMALL_MAXCLASS;
514
tcache_maxclass
= large_maxclass;
516
tcache_maxclass
= (1U << opt_lg_tcache_max);
518
nhbins = size2index(
tcache_maxclass
) + 1;
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
492
#define
tcache_maxclass
JEMALLOC_N(
tcache_maxclass
)
macro
private_unnamespace.h
492
#undef
tcache_maxclass
macro
Completed in 348 milliseconds