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

1 2

  /external/jemalloc/test/unit/
stats.c 41 uint64_t nmalloc, ndalloc, nrequests; local
55 assert_d_eq(mallctl("stats.arenas.0.huge.nmalloc", (void *)&nmalloc,
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
170 assert_d_eq(mallctl("stats.arenas.0.small.nmalloc", (void *)&nmalloc,
198 uint64_t epoch, nmalloc, ndalloc, nrequests; local
244 uint64_t epoch, nmalloc, ndalloc; local
284 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
358 uint64_t epoch, nmalloc, ndalloc, nrequests; local
403 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 55 "bins: size ind allocated nmalloc"
61 "bins: size ind allocated nmalloc"
72 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
89 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j, &nmalloc,
111 "\t\t\t\t\t\t\"nmalloc\": %"FMTu64",\n"
115 nmalloc,
159 reg_size, j, curregs * reg_size, nmalloc,
169 reg_size, j, curregs * reg_size, nmalloc,
200 "large: size ind allocated nmalloc"
204 uint64_t nmalloc, ndalloc, nrequests; local
269 uint64_t nmalloc, ndalloc, nrequests; local
    [all...]
ctl.c 389 {NAME("nmalloc"), CTL(stats_arenas_i_small_nmalloc)},
396 {NAME("nmalloc"), CTL(stats_arenas_i_large_nmalloc)},
403 {NAME("nmalloc"), CTL(stats_arenas_i_huge_nmalloc)},
409 {NAME("nmalloc"), CTL(stats_arenas_i_bins_j_nmalloc)},
428 {NAME("nmalloc"), CTL(stats_arenas_i_lruns_j_nmalloc)},
442 {NAME("nmalloc"), CTL(stats_arenas_i_hchunks_j_nmalloc)},
576 cstats->nmalloc_small += cstats->bstats[i].nmalloc;
625 sstats->bstats[i].nmalloc += astats->bstats[i].nmalloc;
642 sstats->lstats[i].nmalloc += astats->lstats[i].nmalloc
    [all...]
android_je_mallinfo.c 93 mi.uordblks = bin->stats.nmalloc;
arena.c 819 arena->stats.hstats[index].nmalloc++;
832 arena->stats.hstats[index].nmalloc--;
    [all...]
  /bionic/libc/include/
malloc.h 70 * <nmalloc>INT</nmalloc>
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 26 // nmalloc is the cumulative count of objects allocated from
29 nmalloc uint64
127 atomic.Xadd64(&c.nmalloc, int64(n))
172 atomic.Xadd64(&c.nmalloc, -int64(n))
mstats.go 30 nmalloc uint64 // number of mallocs
88 nmalloc uint64
539 memstats.nmalloc = 0
542 memstats.by_size[i].nmalloc = 0
560 memstats.nmalloc += c.nmalloc
562 memstats.by_size[i].nmalloc += c.nmalloc
563 totalAlloc += c.nmalloc * uint64(class_to_size[i])
568 memstats.nmalloc += mheap_.nlargeallo
    [all...]
heapdump.go 525 dumpint(memstats.nmalloc)
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 26 // nmalloc is the cumulative count of objects allocated from
29 nmalloc uint64
127 atomic.Xadd64(&c.nmalloc, int64(n))
172 atomic.Xadd64(&c.nmalloc, -int64(n))
mstats.go 30 nmalloc uint64 // number of mallocs
88 nmalloc uint64
539 memstats.nmalloc = 0
542 memstats.by_size[i].nmalloc = 0
560 memstats.nmalloc += c.nmalloc
562 memstats.by_size[i].nmalloc += c.nmalloc
563 totalAlloc += c.nmalloc * uint64(class_to_size[i])
568 memstats.nmalloc += mheap_.nlargeallo
    [all...]
heapdump.go 525 dumpint(memstats.nmalloc)
  /bionic/libc/bionic/
malloc_info.cpp 83 Elem(fp, "nmalloc").contents("%zu", mi.uordblks);
  /system/core/libunwindstack/tests/files/offline/offset_arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libc.so 
  /system/core/libunwindstack/tests/files/offline/straddle_arm/
libc.so 
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /bionic/tests/
malloc_test.cpp 357 bin->FirstChildElement("nmalloc")->QueryIntText(&val));
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /external/jemalloc/
ChangeLog 348 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
352 "stats.arenas.<i>.hchunks.<j>.nmalloc",
441 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and
    [all...]

Completed in 828 milliseconds

1 2