OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_until_sample
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
179
uint64_t
bytes_until_sample
;
member in struct:prof_tdata_s
351
if (prof_tdata->
bytes_until_sample
>= size) {
353
prof_tdata->
bytes_until_sample
-= size;
/external/jemalloc/src/
prof.c
648
prof_tdata->
bytes_until_sample
= 0;
673
prof_tdata->
bytes_until_sample
= (uint64_t)(log(u) /
Completed in 664 milliseconds