OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_lg_prof_sample
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/src/
prof.c
21
size_t
opt_lg_prof_sample
= LG_PROF_SAMPLE_DEFAULT;
variable
647
if (
opt_lg_prof_sample
== 0) {
654
* variable with mean (2^
opt_lg_prof_sample
).
659
* | log(1-p) |
opt_lg_prof_sample
674
log(1.0 - (1.0 / (double)((uint64_t)1U <<
opt_lg_prof_sample
))))
869
if (
opt_lg_prof_sample
== 0) {
882
((uint64_t)1U <<
opt_lg_prof_sample
)))
ctl.c
106
CTL_PROTO(
opt_lg_prof_sample
)
247
{NAME("lg_prof_sample"), CTL(
opt_lg_prof_sample
)},
[
all
...]
jemalloc.c
644
CONF_HANDLE_SSIZE_T(
opt_lg_prof_sample
,
[
all
...]
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
270
#define
opt_lg_prof_sample
JEMALLOC_N(
opt_lg_prof_sample
)
macro
prof.h
199
extern size_t
opt_lg_prof_sample
; /* Mean bytes between samples. */
private_unnamespace.h
270
#undef
opt_lg_prof_sample
macro
Completed in 2462 milliseconds