OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOCX_TCACHE_MASK
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
jemalloc.c
[
all
...]
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
203
#define
MALLOCX_TCACHE_MASK
((int)~0xfff000ffU)
215
(((unsigned)((flags &
MALLOCX_TCACHE_MASK
) >> 8)) - 2)
Completed in 49 milliseconds