File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,7 @@ globfree
548
548
globfree64
549
549
mallinfo
550
550
mallinfo2
551
+ malloc_info
551
552
malloc_usable_size
552
553
mallopt
553
554
nl_mmap_hdr
Original file line number Diff line number Diff line change @@ -2570,6 +2570,9 @@ extern "C" {
2570
2570
pub fn __sched_cpucount ( setsize : :: size_t , set : * const cpu_set_t ) -> :: c_int ;
2571
2571
pub fn sched_getcpu ( ) -> :: c_int ;
2572
2572
pub fn mallinfo ( ) -> :: mallinfo ;
2573
+ // available from API 23
2574
+ pub fn malloc_info ( options : :: c_int , stream : * mut :: FILE ) -> :: c_int ;
2575
+
2573
2576
pub fn malloc_usable_size ( ptr : * const :: c_void ) -> :: size_t ;
2574
2577
2575
2578
pub fn utmpname ( name : * const :: c_char ) -> :: c_int ;
Original file line number Diff line number Diff line change @@ -1326,6 +1326,7 @@ extern "C" {
1326
1326
pub fn sched_getcpu ( ) -> :: c_int ;
1327
1327
pub fn mallinfo ( ) -> :: mallinfo ;
1328
1328
pub fn mallinfo2 ( ) -> :: mallinfo2 ;
1329
+ pub fn malloc_info ( options : :: c_int , stream : * mut :: FILE ) -> :: c_int ;
1329
1330
pub fn malloc_usable_size ( ptr : * mut :: c_void ) -> :: size_t ;
1330
1331
pub fn getpwent_r (
1331
1332
pwd : * mut :: passwd ,
You can’t perform that action at this time.
0 commit comments