File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1693,6 +1693,7 @@ mach_timebase_info
1693
1693
mach_timebase_info_data_t
1694
1694
madvise
1695
1695
malloc_default_zone
1696
+ malloc_printf
1696
1697
malloc_statistics_t
1697
1698
malloc_zone_calloc
1698
1699
malloc_zone_check
Original file line number Diff line number Diff line change @@ -4115,6 +4115,7 @@ extern "C" {
4115
4115
pub fn memset_pattern16 ( b : * mut :: c_void , pattern16 : * const :: c_void , len : :: size_t ) ;
4116
4116
4117
4117
pub fn mstats ( ) -> mstats ;
4118
+ pub fn malloc_printf ( format : * const :: c_char , ...) ;
4118
4119
pub fn malloc_zone_check ( zone : * mut :: malloc_zone_t ) -> :: boolean_t ;
4119
4120
pub fn malloc_zone_print ( zone : * mut :: malloc_zone_t , verbose : :: boolean_t ) ;
4120
4121
pub fn malloc_zone_statistics ( zone : * mut :: malloc_zone_t , stats : * mut malloc_statistics_t ) ;
You can’t perform that action at this time.
0 commit comments