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
213
uint64_t
bytes_until_sample
;
member in struct:prof_tdata_s
448
if (likely(tdata->
bytes_until_sample
>= usize)) {
450
tdata->
bytes_until_sample
-= usize;
/external/jemalloc/src/
prof.c
852
tdata->
bytes_until_sample
= 0;
862
* tdata->
bytes_until_sample
= | -------- |, where p = ---------------
876
tdata->
bytes_until_sample
= (uint64_t)(log(u) /
[
all
...]
Completed in 39 milliseconds