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
40
size_t
pdirty
;
member in struct:ctl_arena_stats_s
/external/jemalloc/src/
stats.c
262
size_t page, pactive,
pdirty
, mapped;
local
300
CTL_M2_GET("stats.arenas.0.
pdirty
", i, &
pdirty
, size_t);
306
"purged: %"FMTu64"\n",
pdirty
, npurge, nmadvise, purged);
Completed in 36 milliseconds