OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arenas
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ctl.h
64
ctl_arena_stats_t *
arenas
; /* (narenas + 1) elements. */
member in struct:ctl_stats_s
private_namespace.h
108
#define
arenas
JEMALLOC_N(
arenas
)
macro
private_unnamespace.h
108
#undef
arenas
macro
/external/jemalloc/src/
jemalloc.c
50
/* Protects
arenas
initialization. */
53
*
Arenas
that are used to service external requests. Not all elements of the
54
*
arenas
array are necessarily used;
arenas
are created lazily as needed.
56
*
arenas
[0..narenas_auto) are used for automatic multiplexing of threads and
57
*
arenas
.
arenas
[narenas_auto..narenas_total) are only used if the application
60
arena_t **
arenas
;
variable
62
static arena_t *a0; /*
arenas
[0]; read-only after initialization. */
390
atomic_write_p((void **)&
arenas
[ind], arena)
[
all
...]
Completed in 58 milliseconds