OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdirty
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ctl.h
38
size_t
pdirty
;
member in struct:ctl_arena_stats_s
/external/jemalloc/src/
stats.c
210
size_t page, pactive,
pdirty
, mapped;
local
228
CTL_I_GET("stats.arenas.0.
pdirty
", &
pdirty
, size_t);
235
pactive,
pdirty
, npurge, npurge == 1 ? "" : "s",
Completed in 751 milliseconds