/external/valgrind/main/callgrind/ |
context.c | 322 UInt *pactive; local 325 pactive = CLG_(get_fn_entry)(fn->number); 326 (*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);
|
threads.c | 239 UInt fn_number, *pactive; local 259 pactive = CLG_(get_fn_entry)(fn_number); 260 (*pactive)--; 262 CLG_(current_state).cxt->fn[0]->name, *pactive);
|
bbcc.c | 488 unsigned *pactive; local 524 pactive = CLG_(get_fn_entry)(fn_number); 525 (*pactive)--; 529 /* CLG_ASSERT(*pactive == 0); */
|
/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);
|