Skip to content

Commit e12cb9f

Browse files
author
Nathan Ricci
committed
Added malloc_good_size.
1 parent b906c3d commit e12cb9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5791,6 +5791,7 @@ extern "C" {
57915791
) -> ::c_int;
57925792

57935793
pub fn malloc_size(ptr: *const ::c_void) -> ::size_t;
5794+
pub fn malloc_good_size(size: ::size_t) -> ::size_t;
57945795
}
57955796

57965797
pub unsafe fn mach_task_self() -> ::mach_port_t {

0 commit comments

Comments
 (0)