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 d696739 + ada0d39 commit 35cd8f0Copy full SHA for 35cd8f0
libc-test/semver/apple.txt
@@ -1951,7 +1951,9 @@ mach_vm_offset_t
1951
mach_vm_size_t
1952
madvise
1953
malloc_default_zone
1954
+malloc_good_size
1955
malloc_printf
1956
+malloc_size
1957
malloc_statistics_t
1958
malloc_zone_calloc
1959
malloc_zone_check
src/unix/bsd/apple/mod.rs
@@ -5789,6 +5789,9 @@ extern "C" {
5789
attrBufSize: ::size_t,
5790
options: u64,
5791
) -> ::c_int;
5792
+
5793
+ pub fn malloc_size(ptr: *const ::c_void) -> ::size_t;
5794
+ pub fn malloc_good_size(size: ::size_t) -> ::size_t;
5795
}
5796
5797
pub unsafe fn mach_task_self() -> ::mach_port_t {
0 commit comments