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
16931693mach_timebase_info_data_t
16941694madvise
16951695malloc_default_zone
1696+ malloc_printf
16961697malloc_statistics_t
16971698malloc_zone_calloc
16981699malloc_zone_check
Original file line number Diff line number Diff line change @@ -4115,6 +4115,7 @@ extern "C" {
41154115 pub fn memset_pattern16 ( b : * mut :: c_void , pattern16 : * const :: c_void , len : :: size_t ) ;
41164116
41174117 pub fn mstats ( ) -> mstats ;
4118+ pub fn malloc_printf ( format : * const :: c_char , ...) ;
41184119 pub fn malloc_zone_check ( zone : * mut :: malloc_zone_t ) -> :: boolean_t ;
41194120 pub fn malloc_zone_print ( zone : * mut :: malloc_zone_t , verbose : :: boolean_t ) ;
41204121 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