OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lg_prof_sample
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/src/
prof.c
66
size_t
lg_prof_sample
;
variable
215
if (
lg_prof_sample
== 0) {
221
* variable with mean (2^
lg_prof_sample
).
226
* | log(1-p) |
lg_prof_sample
247
log(1.0 - (1.0 / (double)((uint64_t)1U <<
lg_prof_sample
))))
634
lg_prof_sample
= opt_lg_prof_sample;
/src/external/bsd/jemalloc/dist/src/
prof.c
69
size_t
lg_prof_sample
;
variable
252
if (
lg_prof_sample
== 0) {
258
* variable with mean (2^
lg_prof_sample
).
263
* | log(1-p) |
lg_prof_sample
287
1.0 - (1.0 / (double)((uint64_t)1U <<
lg_prof_sample
))))
718
lg_prof_sample
= opt_lg_prof_sample;
/src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h
271
#define
lg_prof_sample
JEMALLOC_N(
lg_prof_sample
)
macro
private_namespace.h
271
#define
lg_prof_sample
JEMALLOC_N(
lg_prof_sample
)
macro
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h
271
#define
lg_prof_sample
JEMALLOC_N(
lg_prof_sample
)
macro
private_namespace.h
271
#define
lg_prof_sample
JEMALLOC_N(
lg_prof_sample
)
macro
Completed in 73 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026