OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pactive
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ctl.h
37
size_t
pactive
;
member in struct:ctl_arena_stats_s
/external/jemalloc/src/
stats.c
210
size_t page,
pactive
, pdirty, mapped;
local
227
CTL_I_GET("stats.arenas.0.
pactive
", &
pactive
, size_t);
235
pactive
, pdirty, npurge, npurge == 1 ? "" : "s",
267
malloc_cprintf(write_cb, cbopaque, "active: %12zu\n",
pactive
* page);
Completed in 160 milliseconds