OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOCX_ARENA_MAX
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
202
#define
MALLOCX_ARENA_MAX
0xffe
826
assert(ind <=
MALLOCX_ARENA_MAX
);
/external/jemalloc/src/
jemalloc.c
421
if (ind >
MALLOCX_ARENA_MAX
)
1350
if (narenas_auto >
MALLOCX_ARENA_MAX
) {
1351
narenas_auto =
MALLOCX_ARENA_MAX
;
1359
(
MALLOCX_ARENA_MAX
+1));
[
all
...]
Completed in 301 milliseconds