OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdirty
(Results
1 - 4
of
4
) 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);
ctl.c
457
{NAME("
pdirty
"), CTL(stats_arenas_i_pdirty)},
541
astats->
pdirty
= 0;
564
&cstats->pactive, &cstats->
pdirty
, &cstats->astats,
577
&cstats->pactive, &cstats->
pdirty
);
588
sstats->
pdirty
+= astats->
pdirty
;
742
ctl_stats.arenas[ctl_stats.narenas].
pdirty
) << LG_PAGE);
[
all
...]
/external/jemalloc/test/unit/
mallctl.c
695
TEST_STATS_ARENAS(size_t,
pdirty
);
Completed in 410 milliseconds