Home
last modified time | relevance | path

Searched refs:fsmblks (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmallinfo.c27 printf("fsmblks = %d\n", mi.fsmblks); /* space available in freed fastbin blocks */ in check()
52 if ((mi.smblks == 0) != (mi.fsmblks == 0)) in check()
61 if (mi.fsmblks > mi.fordblks) in check()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmallinfo.c27 printf("fsmblks = %d\n", mi.fsmblks); /* space available in freed fastbin blocks */ in check()
52 if ((mi.smblks == 0) != (mi.fsmblks == 0)) in check()
61 if (mi.fsmblks > mi.fordblks) in check()
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h89 int fsmblks; /* space available in freed fastbin blocks */ member
106 size_t fsmblks; /* space available in freed fastbin blocks */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h89 int fsmblks; /* space available in freed fastbin blocks */ member
106 size_t fsmblks; /* space available in freed fastbin blocks */ member
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dxptmalloc.c135 dump_stat("total in fastbin: %8d bytes\n", fsmblks); in mem_dump_data()
172 ST_NUMBER(DID_MEM_FFREE_SIZE, stats.fsmblks); in mem_dinfo_data()
/dports/devel/emscripten/emscripten-2.0.3/system/include/compat/
H A Dmalloc.h20 int fsmblks; /* unused -- always zero */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Djemalloc_gnash.c43 int fsmblks; /* space available in freed fastbin blocks UNUSED */ member
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dmalloc.h50 size_t fsmblks; member
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dmalloc.h50 size_t fsmblks; member
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/debug/
H A Dsysv-heap.cpp46 stats.size += info.fsmblks; in stats()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dmalloc.h28 size_t fsmblks; /* unused -- always zero */ member
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dmallinfo.cpp21 int fsmblks; /* always 0 */ member
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dproc.c150 (void) proc_times_op((double) r.fsmblks, &n, &s); in proc_times_malloc()
151 …ut, _("Space in freed fastbins....... %lu (%lu%s)%c"), (unsigned long) r.fsmblks, n, s, CONFIG_LIN… in proc_times_malloc()
/dports/devel/stxxl/stxxl-1.4.1/tools/
H A Dmallinfo.cpp38 STXXL_MSG("space available in freed fastbin blocks (bytes): " << info.fsmblks); in print_malloc_stats()

12345678910>>...26