OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCACHE_STATE_DISABLED
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
13
#define
TCACHE_STATE_DISABLED
((tcache_t *)(uintptr_t)1)
194
if (tcache ==
TCACHE_STATE_DISABLED
) {
204
tcache =
TCACHE_STATE_DISABLED
;
222
if (tcache ==
TCACHE_STATE_DISABLED
)
/external/jemalloc/src/
tcache.c
417
if (tcache ==
TCACHE_STATE_DISABLED
) {
Completed in 2136 milliseconds