Home
last modified time | relevance | path

Searched defs:mallinfo (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Djemalloc_gnash.c36 struct mallinfo { struct
49 struct mallinfo mallinfo (void); argument
52 mallinfo(void) in mallinfo() function
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dmalloc.h43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void); argument
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dmalloc.h43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void); argument
/dports/devel/emscripten/emscripten-2.0.3/system/include/compat/
H A Dmalloc.h13 struct mallinfo { struct
28 extern struct mallinfo mallinfo(void); argument
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dmalloc.h21 struct mallinfo { struct
41 extern struct mallinfo mallinfo (void); argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/
H A Dmalloc-2.8.3.h195 struct mallinfo { struct
210 struct mallinfo dlmallinfo(void); argument
/dports/net/kamailio/kamailio-5.4.5/src/core/mem/
H A Ddl_malloc.h198 struct mallinfo { struct
213 struct mallinfo dlmallinfo(void); argument
/dports/devel/ptmalloc/ptmalloc3/
H A Dmalloc-2.8.3.h195 struct mallinfo { struct
210 struct mallinfo dlmallinfo(void); argument
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucm/ptmalloc286/
H A Dmalloc-2.8.6.h85 struct mallinfo { struct
86 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
87 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */
88 MALLINFO_FIELD_TYPE smblks; /* always 0 */
89 MALLINFO_FIELD_TYPE hblks; /* always 0 */
90 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
91 MALLINFO_FIELD_TYPE usmblks; /* maximum total allocated space */
92 MALLINFO_FIELD_TYPE fsmblks; /* always 0 */
93 MALLINFO_FIELD_TYPE uordblks; /* total allocated space */
94 MALLINFO_FIELD_TYPE fordblks; /* total free space */
[all …]
/dports/devel/libdlmalloc/dlmalloc-2.8.6/
H A Dmalloc-2.8.6.h83 struct mallinfo { struct
84 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
85 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */
86 MALLINFO_FIELD_TYPE smblks; /* always 0 */
87 MALLINFO_FIELD_TYPE hblks; /* always 0 */
88 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
89 MALLINFO_FIELD_TYPE usmblks; /* maximum total allocated space */
90 MALLINFO_FIELD_TYPE fsmblks; /* always 0 */
91 MALLINFO_FIELD_TYPE uordblks; /* total allocated space */
92 MALLINFO_FIELD_TYPE fordblks; /* total free space */
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Ddlmalloc.h211 struct mallinfo { struct
226 struct mallinfo dlmallinfo(void); argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dmalloc.h179 struct mallinfo { struct
192 /* Returns a copy of the updated current mallinfo. */ argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dmalloc.h179 struct mallinfo { struct
192 /* Returns a copy of the updated current mallinfo. */ argument
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/
H A Dmalloc.h179 struct mallinfo { struct
192 /* Returns a copy of the updated current mallinfo. */ argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h81 struct mallinfo struct
95 /* SVID2/XPG mallinfo2 structure which can handle allocations argument
112 /* Returns a copy of the updated current mallinfo. */ argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dmalloc.h81 struct mallinfo struct
95 /* SVID2/XPG mallinfo2 structure which can handle allocations argument
112 /* Returns a copy of the updated current mallinfo. */ argument
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dmalloc.h161 struct mallinfo { struct
174 /* Returns a copy of the updated current mallinfo. */ argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dmalloc.h22 struct mallinfo { struct
23 int arena; /* total space allocated from system */
24 int ordblks; /* number of non-inuse chunks */
25 int smblks; /* unused -- always zero */
26 int hblks; /* number of mmapped regions */
27 int hblkhd; /* total space in mmapped regions */
28 int usmblks; /* unused -- always zero */
29 int fsmblks; /* unused -- always zero */
30 int uordblks; /* total allocated space */
31 int fordblks; /* total non-inuse space */
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dmalloc.h22 struct mallinfo { struct
23 int arena; /* total space allocated from system */
24 int ordblks; /* number of non-inuse chunks */
25 int smblks; /* unused -- always zero */
26 int hblks; /* number of mmapped regions */
27 int hblkhd; /* total space in mmapped regions */
28 int usmblks; /* unused -- always zero */
29 int fsmblks; /* unused -- always zero */
30 int uordblks; /* total allocated space */
31 int fordblks; /* total non-inuse space */
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/
H A Dmalloc.h22 struct mallinfo { struct
23 size_t arena; /* total space allocated from system */
24 size_t ordblks; /* number of non-inuse chunks */
25 size_t smblks; /* unused -- always zero */
26 size_t hblks; /* number of mmapped regions */
27 size_t hblkhd; /* total space in mmapped regions */
28 size_t usmblks; /* unused -- always zero */
29 size_t fsmblks; /* unused -- always zero */
30 size_t uordblks; /* total allocated space */
31 size_t fordblks; /* total non-inuse space */
[all …]
/dports/devel/ptmalloc2/ptmalloc2/
H A Dmalloc.h165 struct mallinfo { struct
178 /* Returns a copy of the updated current mallinfo. */ argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/
H A Dtestsuite_performance.h46 struct mallinfo struct
52 struct mallinfo argument
53 mallinfo(void) in mallinfo() function
62 struct mallinfo struct
68 struct mallinfo empty = { 0, 0 }; argument
71 mallinfo(void) in mallinfo() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/
H A Dtestsuite_performance.h46 struct mallinfo struct
52 struct mallinfo argument
53 mallinfo(void) in mallinfo() function
62 struct mallinfo struct
68 struct mallinfo empty = { 0, 0 }; argument
71 mallinfo(void) in mallinfo() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dmalloc.h604 struct mallinfo { struct
605 int arena; /* total space allocated from system */
606 int ordblks; /* number of non-inuse chunks */
607 int smblks; /* unused -- always zero */
608 int hblks; /* number of mmapped regions */
609 int hblkhd; /* total space in mmapped regions */
610 int usmblks; /* unused -- always zero */
611 int fsmblks; /* unused -- always zero */
612 int uordblks; /* total allocated space */
613 int fordblks; /* total non-inuse space */
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dmalloc.h596 struct mallinfo { struct
597 int arena; /* total space allocated from system */
598 int ordblks; /* number of non-inuse chunks */
599 int smblks; /* unused -- always zero */
600 int hblks; /* number of mmapped regions */
601 int hblkhd; /* total space in mmapped regions */
602 int usmblks; /* unused -- always zero */
603 int fsmblks; /* unused -- always zero */
604 int uordblks; /* total allocated space */
605 int fordblks; /* total non-inuse space */
[all …]

12345678910>>...25