OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LG_LARGE_MINCLASS
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
size_classes.sh
165
lg_large_minclass
=$((${lg_grp} + 1))
167
lg_large_minclass
=$((${lg_grp} + 2))
189
# -
lg_large_minclass
220
*
LG_LARGE_MINCLASS
: Lg of minimum large size class.
244
echo "#define
LG_LARGE_MINCLASS
${
lg_large_minclass
}"
size_classes.h
27
*
LG_LARGE_MINCLASS
: Lg of minimum large size class.
178
#define
LG_LARGE_MINCLASS
14
324
#define
LG_LARGE_MINCLASS
14
468
#define
LG_LARGE_MINCLASS
14
[
all
...]
arena.h
4
#define LARGE_MINCLASS (ZU(1) <<
LG_LARGE_MINCLASS
)
[
all
...]
Completed in 2404 milliseconds