Searched defs:pactive (Results 1 - 6 of 6) sorted by relevance
/external/valgrind/callgrind/ |
H A D | context.c | 315 UInt *pactive; local 318 pactive = CLG_(get_fn_entry)(fn->number); 319 (*pactive)++;
|
H A D | 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);
|
H A D | debug.c | 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); local 87 if (*pactive>0) 88 VG_(printf)(" [active=%u]", *pactive);
|
H A D | bbcc.c | 495 unsigned *pactive; local 531 pactive = CLG_(get_fn_entry)(fn_number); 532 (*pactive)--; 536 /* CLG_ASSERT(*pactive == 0); */
|
/external/jemalloc/include/jemalloc/internal/ |
H A D | ctl.h | 39 size_t pactive; member in struct:ctl_arena_stats_s
|
/external/jemalloc/src/ |
H A D | stats.c | 262 size_t page, pactive, pdirty, mapped; local 299 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t); 348 "active: %12zu\n", pactive * page);
|
Completed in 1454 milliseconds