/external/jemalloc/include/jemalloc/internal/ |
stats.h | 62 size_t curruns; member in struct:malloc_bin_stats_s 86 size_t curruns; member in struct:malloc_large_stats_s
|
/external/jemalloc/test/unit/ |
stats.c | 279 size_t sz, curruns, curregs; local 321 assert_d_eq(mallctl("stats.arenas.0.bins.0.curruns", &curruns, &sz, 341 assert_zu_gt(curruns, 0, 354 size_t curruns, sz; local 375 assert_d_eq(mallctl("stats.arenas.0.lruns.0.curruns", &curruns, &sz, 385 assert_u64_gt(curruns, 0,
|
/external/jemalloc/src/ |
stats.c | 63 " ndalloc nrequests curregs curruns regs" 69 " ndalloc nrequests curregs curruns regs" 82 size_t curruns; local 113 CTL_M2_M4_GET("stats.arenas.0.bins.0.curruns", i, j, 114 &curruns, size_t); 116 availregs = nregs * curruns; 139 ndalloc, nrequests, curregs, curruns, nregs, 149 ndalloc, nrequests, curregs, curruns, nregs, 169 " nrequests curruns\n"); 174 size_t run_size, curruns; local [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_fax3.c | 79 uint32* curruns; /* runs for current line */ member in struct:__anon21823 237 thisrun = sp->curruns; 284 pa = thisrun = sp->curruns; 306 SWAP(uint32*, sp->curruns, sp->refruns); 530 dsp->curruns = dsp->runs; [all...] |
/external/pdfium/third_party/libtiff/ |
tif_fax3.c | 79 uint32* curruns; /* runs for current line */ member in struct:__anon23102 237 thisrun = sp->curruns; 284 pa = thisrun = sp->curruns; 306 SWAP(uint32*, sp->curruns, sp->refruns); 531 dsp->curruns = dsp->runs; [all...] |