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
17
size_t
tcache_maxclass
;
variable
332
else if (size <=
tcache_maxclass
)
403
} else if (tcache_size <=
tcache_maxclass
) {
479
tcache_maxclass
= SMALL_MAXCLASS;
481
tcache_maxclass
= arena_maxclass;
483
tcache_maxclass
= (1U << opt_lg_tcache_max);
485
nhbins = NBINS + (
tcache_maxclass
>> LG_PAGE);
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
402
#define
tcache_maxclass
JEMALLOC_N(
tcache_maxclass
)
macro
private_unnamespace.h
402
#undef
tcache_maxclass
macro
Completed in 54 milliseconds