OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highruns
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
jemalloc.c
390
unsigned long
highruns
;
member in struct:malloc_bin_stats_s
1173
arena->bins[i].stats.
highruns
,
2045
if (bin->stats.curruns > bin->stats.
highruns
)
2046
bin->stats.
highruns
= bin->stats.curruns;
jemalloc.c
390
unsigned long
highruns
;
member in struct:malloc_bin_stats_s
1173
arena->bins[i].stats.
highruns
,
2045
if (bin->stats.curruns > bin->stats.
highruns
)
2046
bin->stats.
highruns
= bin->stats.curruns;
Completed in 24 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025