/external/jemalloc/include/jemalloc/internal/ |
ctl.h | 38 size_t pactive; member in struct:ctl_arena_stats_s
|
/external/valgrind/callgrind/ |
context.c | 315 UInt *pactive; local 318 pactive = CLG_(get_fn_entry)(fn->number); 319 (*pactive)++;
|
threads.c | 242 UInt fn_number, *pactive; local 262 pactive = CLG_(get_fn_entry)(fn_number); 263 (*pactive)--; 265 CLG_(current_state).cxt->fn[0]->name, *pactive);
|
debug.c | 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); local 87 if (*pactive>0) 88 VG_(printf)(" [active=%d]", *pactive);
|
bbcc.c | 495 unsigned *pactive; local 531 pactive = CLG_(get_fn_entry)(fn_number); 532 (*pactive)--; 536 /* CLG_ASSERT(*pactive == 0); */
|
/external/jemalloc/src/ |
ctl.c | 448 {NAME("pactive"), CTL(stats_arenas_i_pactive)}, 530 astats->pactive = 0; 552 &cstats->pactive, &cstats->pdirty, &cstats->astats, cstats->bstats, 569 sstats->pactive += astats->pactive; 637 astats->pactive += arena->nactive; 640 sstats->pactive += arena->nactive; 732 (ctl_stats.arenas[ctl_stats.narenas].pactive << LG_PAGE); 739 ((ctl_stats.arenas[ctl_stats.narenas].pactive + [all...] |
stats.c | 261 size_t page, pactive, pdirty, mapped; local 288 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t); 296 pactive, pdirty, npurge, npurge == 1 ? "" : "s", 339 pactive * page);
|
/external/jemalloc/test/unit/ |
mallctl.c | 598 TEST_STATS_ARENAS(size_t, pactive);
|
/external/jemalloc/doc/ |
jemalloc.xml.in | [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |