OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prof_interval
(Results
1 - 7
of
7
) sorted by null
/external/jemalloc/include/jemalloc/internal/
private_symbols.txt
404
prof_interval
prof.h
250
extern ssize_t opt_lg_prof_interval; /* lg(
prof_interval
). */
271
* interval between profile dumps averages
prof_interval
, though the actual
273
* maximum of approximately (
prof_interval
* narenas).
275
extern uint64_t
prof_interval
;
private_namespace.h
406
#define
prof_interval
JEMALLOC_N(
prof_interval
)
macro
private_unnamespace.h
406
#undef
prof_interval
macro
arena.h
[
all
...]
/external/jemalloc/src/
ctl.c
153
CTL_PROTO(
prof_interval
)
374
{NAME("interval"), CTL(
prof_interval
)},
[
all
...]
prof.c
54
uint64_t
prof_interval
= 0;
variable
[
all
...]
Completed in 164 milliseconds