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

  /external/jemalloc/test/unit/
stats.c 41 uint64_t nmalloc, ndalloc, nrequests; local
55 assert_d_eq(mallctl("stats.arenas.0.huge.nmalloc", &nmalloc, &sz, NULL,
65 assert_u64_ge(nmalloc, ndalloc,
66 "nmalloc should be at least as large as ndalloc");
67 assert_u64_le(nmalloc, nrequests,
68 "nmalloc should no larger than nrequests");
147 uint64_t epoch, nmalloc, ndalloc, nrequests; local
169 assert_d_eq(mallctl("stats.arenas.0.small.nmalloc", &nmalloc, &sz
196 uint64_t epoch, nmalloc, ndalloc, nrequests; local
240 uint64_t epoch, nmalloc, ndalloc; local
280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
353 uint64_t epoch, nmalloc, ndalloc, nrequests; local
397 uint64_t epoch, nmalloc, ndalloc; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
stats.h 28 * each to nmalloc and ndalloc.
30 uint64_t nmalloc; member in struct:malloc_bin_stats_s
70 * each to nmalloc and ndalloc.
72 uint64_t nmalloc; member in struct:malloc_large_stats_s
94 uint64_t nmalloc; member in struct:malloc_huge_stats_s
  /external/jemalloc/src/
stats.c 62 "bins: size ind allocated nmalloc"
68 "bins: size ind allocated nmalloc"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
97 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j,
98 &nmalloc, uint64_t);
138 reg_size, j, curregs * reg_size, nmalloc,
148 reg_size, j, curregs * reg_size, nmalloc,
168 "large: size ind allocated nmalloc ndalloc"
173 uint64_t nmalloc, ndalloc, nrequests; local
176 CTL_M2_M4_GET("stats.arenas.0.lruns.0.nmalloc", i, j, &nmalloc
220 uint64_t nmalloc, ndalloc, nrequests; local
    [all...]
ctl.c 385 {NAME("nmalloc"), CTL(stats_arenas_i_small_nmalloc)},
392 {NAME("nmalloc"), CTL(stats_arenas_i_large_nmalloc)},
399 {NAME("nmalloc"), CTL(stats_arenas_i_huge_nmalloc)},
405 {NAME("nmalloc"), CTL(stats_arenas_i_bins_j_nmalloc)},
424 {NAME("nmalloc"), CTL(stats_arenas_i_lruns_j_nmalloc)},
438 {NAME("nmalloc"), CTL(stats_arenas_i_hchunks_j_nmalloc)},
570 cstats->nmalloc_small += cstats->bstats[i].nmalloc;
618 sstats->bstats[i].nmalloc += astats->bstats[i].nmalloc;
635 sstats->lstats[i].nmalloc += astats->lstats[i].nmalloc
    [all...]
android_je_mallinfo.c 93 mi.uordblks = bin->stats.nmalloc;
arena.c 807 arena->stats.hstats[index].nmalloc++;
820 arena->stats.hstats[index].nmalloc--;
    [all...]
  /bionic/libc/include/
malloc.h 63 * <nmalloc>INT</nmalloc>
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 19 nmalloc uint64 // number of mallocs
59 nmalloc uint64
250 memstats.nmalloc = 0
253 memstats.by_size[i].nmalloc = 0
271 memstats.nmalloc++
274 memstats.nmalloc += uint64(s.ref)
275 memstats.by_size[s.sizeclass].nmalloc += uint64(s.ref)
287 memstats.by_size[i].nmalloc += mheap_.nsmallfree[i]
291 memstats.nmalloc += memstats.nfree
296 memstats.heap_objects = memstats.nmalloc - memstats.nfre
    [all...]
heapdump.go 545 dumpint(memstats.nmalloc)
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 19 nmalloc uint64 // number of mallocs
59 nmalloc uint64
250 memstats.nmalloc = 0
253 memstats.by_size[i].nmalloc = 0
271 memstats.nmalloc++
274 memstats.nmalloc += uint64(s.ref)
275 memstats.by_size[s.sizeclass].nmalloc += uint64(s.ref)
287 memstats.by_size[i].nmalloc += mheap_.nsmallfree[i]
291 memstats.nmalloc += memstats.nfree
296 memstats.heap_objects = memstats.nmalloc - memstats.nfre
    [all...]
heapdump.go 545 dumpint(memstats.nmalloc)
  /bionic/libc/bionic/
malloc_info.cpp 83 Elem(fp, "nmalloc").contents("%zu", mi.uordblks);
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /bionic/tests/
malloc_test.cpp 367 bin->FirstChildElement("nmalloc")->QueryIntText(&val));
  /external/jemalloc/
ChangeLog 213 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
217 "stats.arenas.<i>.hchunks.<j>.nmalloc",
306 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]

Completed in 394 milliseconds