We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec85cc2 + 78e6d62 commit 3c30a03Copy full SHA for 3c30a03
libc-test/semver/linux-gnu.txt
@@ -643,6 +643,7 @@ lio_listio
643
mallinfo
644
mallinfo2
645
malloc_info
646
+malloc_stats
647
malloc_trim
648
malloc_usable_size
649
mallopt
src/unix/linux_like/linux/gnu/mod.rs
@@ -1426,6 +1426,7 @@ extern "C" {
1426
pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int;
1427
pub fn mallinfo() -> ::mallinfo;
1428
pub fn mallinfo2() -> ::mallinfo2;
1429
+ pub fn malloc_stats();
1430
pub fn malloc_info(options: ::c_int, stream: *mut ::FILE) -> ::c_int;
1431
pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
1432
pub fn getpwent_r(
0 commit comments