HomeSort by relevance Sort by last modified time
    Searched full:curregs (Results 1 - 12 of 12) sorted by null

  /external/jemalloc/src/
stats.c 63 " ndalloc nrequests curregs curruns regs"
69 " ndalloc nrequests curregs curruns regs"
81 size_t reg_size, run_size, curregs, availregs, milli; local
101 CTL_M2_M4_GET("stats.arenas.0.bins.0.curregs", i, j,
102 &curregs, size_t);
117 milli = (availregs != 0) ? (1000 * curregs) / availregs
138 reg_size, j, curregs * reg_size, nmalloc,
139 ndalloc, nrequests, curregs, curruns, nregs,
147 reg_size, j, curregs * reg_size, nmalloc,
148 ndalloc, nrequests, curregs, curruns, nregs
    [all...]
ctl.c 401 {NAME("curregs"), CTL(stats_arenas_i_bins_j_curregs)},
556 cstats->allocated_small += cstats->bstats[i].curregs *
598 sstats->bstats[i].curregs += astats->bstats[i].curregs;
    [all...]
arena.c     [all...]
jemalloc.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
stats.h 44 size_t curregs; member in struct:malloc_bin_stats_s
  /external/jemalloc/test/unit/
stats.c 275 size_t sz, curruns, curregs; local
301 assert_d_eq(mallctl("stats.arenas.0.bins.0.curregs", &curregs, &sz,
327 assert_zu_gt(curregs, 0,
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/jemalloc/
ChangeLog 130 "stats.arenas.<i>.bins.<j>.curregs".
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]

Completed in 677 milliseconds