Home
last modified time | relevance | path

Searched refs:mallinfo (Results 1 – 25 of 1694) sorted by relevance

12345678910>>...68

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/utils/
H A Dmalloc.h43 struct mallinfo info = mallinfo(); in from_system_nmmap()
50 struct mallinfo info = mallinfo(); in free_chunks()
57 struct mallinfo info = mallinfo(); in used()
64 struct mallinfo info = mallinfo(); in not_used()
71 struct mallinfo info = mallinfo(); in releasable()
78 struct mallinfo info = mallinfo(); in max_allocated()
85 struct mallinfo info = mallinfo(); in fastbin_blocks()
92 struct mallinfo info = mallinfo(); in fastbin_free()
99 struct mallinfo info = mallinfo(); in from_system_mmap()
106 struct mallinfo info = mallinfo(); in mmap_chunks()
/dports/textproc/p5-Perl-Critic-Pulp/Perl-Critic-Pulp-99/devel/
H A Dposix-size.pl36 $x = Devel::Mallinfo::mallinfo()->{'uordblks'};
38 $y = Devel::Mallinfo::mallinfo()->{'uordblks'};
45 $x = Devel::Mallinfo::mallinfo()->{'uordblks'};
47 $y = Devel::Mallinfo::mallinfo()->{'uordblks'};
54 BEGIN { print $x = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
56 BEGIN { print $y = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
63 BEGIN { print $x = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
65 BEGIN { print $y = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
71 BEGIN { print $x = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
73 BEGIN { print $y = Devel::Mallinfo::mallinfo()->{'uordblks'},"\n"; }
[all …]
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtspi_daa.c97 int before = mallinfo().uordblks;
139 int before = mallinfo().uordblks; in Tspi_TPM_DAA_JoinInit()
197 int before = mallinfo().uordblks;
249 int before = mallinfo().uordblks; in Tspi_DAA_Issuer_GenerateKey()
314 int before = mallinfo().uordblks; in Tspi_DAA_IssueInit()
358 int before = mallinfo().uordblks; in Tspi_DAA_IssuerKeyVerification()
393 int before = mallinfo().uordblks; in Tspi_DAA_IssueCredential()
430 int before = mallinfo().uordblks; in Tspi_DAA_VerifyInit()
469 int before = mallinfo().uordblks; in Tspi_DAA_VerifySignature()
512 int before = mallinfo().uordblks; in Tspi_DAA_RevokeSetup()
[all …]
/dports/graphics/Hermes/Hermes-1.3.3/test/
H A DCheckLeaks.c9 printf("Start - Used Memory: %d\n",mallinfo().uordblks); in main()
12 printf("Init - Used Memory: %d\n",mallinfo().uordblks); in main()
15 printf("Converter - Used Memory: %d\n",mallinfo().uordblks); in main()
18 printf("Clearer - Used Memory: %d\n",mallinfo().uordblks); in main()
21 printf("Palette - Used Memory: %d\n",mallinfo().uordblks); in main()
27 printf("Everything returned - Used Memory: %d\n",mallinfo().uordblks); in main()
31 printf("Deinit - Used Memory: %d\n",mallinfo().uordblks); in main()
/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
70 struct mallinfo
71 mallinfo(void) in mallinfo() function
124 struct mallinfo allocation_begin;
125 struct mallinfo allocation_end;
146 allocation_begin = mallinfo(); in start()
[all …]
/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
70 struct mallinfo
71 mallinfo(void) in mallinfo() function
124 struct mallinfo allocation_begin;
125 struct mallinfo allocation_end;
146 allocation_begin = mallinfo(); in start()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Djemalloc_gnash.c36 struct mallinfo { struct
49 struct mallinfo mallinfo (void); argument
51 struct mallinfo
52 mallinfo(void) in mallinfo() function
54 struct mallinfo mi = {0,}; in mallinfo()
/dports/devel/heaptrack/heaptrack-1.3.0/tests/benchmarks/
H A Dbench_pointers.h26 const auto baseline = mallinfo().uordblks; in benchPointers()
31 const auto allocated = (mallinfo().uordblks - baseline); in benchPointers()
36 std::cerr << "freed input pointers: \t" << (mallinfo().uordblks - baseline) << std::endl; in benchPointers()
40 std::cerr << "begin actual benchmark: \t" << (mallinfo().uordblks - baseline) << std::endl; in benchPointers()
50 const auto added = mallinfo().uordblks - baseline; in benchPointers()
64 std::cerr << "pointers removed: \t" << mallinfo().uordblks << std::endl; in benchPointers()
66 std::cerr << "trimmed: \t" << mallinfo().uordblks << std::endl; in benchPointers()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/CMakeScripts/
H A DConfigChecks.cmake14 CHECK_FUNCTION_EXISTS(mallinfo HAVE_MALLINFO)
17 CHECK_STRUCT_HAS_MEMBER("struct mallinfo" fordblks malloc.h HAVE_STRUCT_MALLINFO_FORDBLKS )
18 CHECK_STRUCT_HAS_MEMBER("struct mallinfo" fsmblks malloc.h HAVE_STRUCT_MALLINFO_FSMBLKS )
19 CHECK_STRUCT_HAS_MEMBER("struct mallinfo" hblkhd malloc.h HAVE_STRUCT_MALLINFO_HBLKHD )
20 CHECK_STRUCT_HAS_MEMBER("struct mallinfo" uordblks malloc.h HAVE_STRUCT_MALLINFO_UORDBLKS )
21 CHECK_STRUCT_HAS_MEMBER("struct mallinfo" usmblks malloc.h HAVE_STRUCT_MALLINFO_USMBLKS )
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dmallinfo.texi1 @node mallinfo
2 @subsection @code{mallinfo}
3 @findex mallinfo
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mallinfo.3.html,,man mallinfo}.
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dmallocinfo.pl51 * mallinfo/1
56 :- export(mallinfo/1).
58 %! mallinfo(-Info:dict) is det.
60 % Return the content of the =|struct mallinfo|= returned by
61 % =|mallinfo()|= as a dict. See =|man mallinfo|= for an
64 % @bug The =|struct mallinfo|= contains =int= fields and is thus
69 mallinfo(Info) :-
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h43 struct mallinfo struct
49 struct mallinfo argument
50 mallinfo(void) in mallinfo() function
59 struct mallinfo struct
65 struct mallinfo empty = { 0, 0 }; argument
67 struct mallinfo
68 mallinfo(void) in mallinfo() function
134 struct mallinfo allocation_begin;
135 struct mallinfo allocation_end;
156 allocation_begin = mallinfo(); in start()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/
H A Ddebug.c56 struct mallinfo my_info=mallinfo(); in get_heap_curr_used_size()
62 struct mallinfo my_info=mallinfo(); in get_heap_total_used_size()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/
H A Ddebug.c56 struct mallinfo my_info=mallinfo(); in get_heap_curr_used_size()
62 struct mallinfo my_info=mallinfo(); in get_heap_total_used_size()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/
H A Ddebug.c57 struct mallinfo my_info=mallinfo(); in get_heap_curr_used_size()
63 struct mallinfo my_info=mallinfo(); in get_heap_total_used_size()

12345678910>>...68