HomeSort by relevance Sort by last modified time
    Searched defs:pactive (Results 1 - 6 of 6) sorted by null

  /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);
bbcc.c 495 unsigned *pactive; local
531 pactive = CLG_(get_fn_entry)(fn_number);
532 (*pactive)--;
536 /* CLG_ASSERT(*pactive == 0); */
debug.c 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); local
87 if (*pactive>0)
88 VG_(printf)(" [active=%u]", *pactive);
  /external/jemalloc/include/jemalloc/internal/
ctl.h 39 size_t pactive; member in struct:ctl_arena_stats_s
  /external/jemalloc/src/
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 173 milliseconds