OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_prof
(Results
1 - 9
of
9
) sorted by null
/external/jemalloc/src/
prof.c
17
bool
opt_prof
= false;
variable
[
all
...]
jemalloc.c
1277
CONF_HANDLE_BOOL(
opt_prof
, "prof", true)
[
all
...]
chunk.c
151
if (config_prof &&
opt_prof
) {
177
if (config_prof &&
opt_prof
) {
ctl.c
107
CTL_PROTO(
opt_prof
)
284
{NAME("prof"), CTL(
opt_prof
)},
[
all
...]
arena.c
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
246
extern bool
opt_prof
;
356
* Even if
opt_prof
is true, sampling can be temporarily disabled by
private_namespace.h
380
#define
opt_prof
JEMALLOC_N(
opt_prof
)
macro
[
all
...]
private_unnamespace.h
380
#undef
opt_prof
macro
arena.h
[
all
...]
Completed in 111 milliseconds