File tree 1 file changed +14
-0
lines changed
src/unix/notbsd/linux/other
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,19 @@ pub const NFT_TRACETYPE_RULE: ::c_int = 3;
824
824
pub const NFT_NG_INCREMENTAL : :: c_int = 0 ;
825
825
pub const NFT_NG_RANDOM : :: c_int = 1 ;
826
826
827
+ pub const M_MXFAST : :: c_int = 1 ;
828
+ pub const M_NLBLKS : :: c_int = 2 ;
829
+ pub const M_GRAIN : :: c_int = 3 ;
830
+ pub const M_KEEP : :: c_int = 4 ;
831
+ pub const M_TRIM_THRESHOLD : :: c_int = -1 ;
832
+ pub const M_TOP_PAD : :: c_int = -2 ;
833
+ pub const M_MMAP_THRESHOLD : :: c_int = -3 ;
834
+ pub const M_MMAP_MAX : :: c_int = -4 ;
835
+ pub const M_CHECK_ACTION : :: c_int = -5 ;
836
+ pub const M_PERTURB : :: c_int = -6 ;
837
+ pub const M_ARENA_TEST : :: c_int = -7 ;
838
+ pub const M_ARENA_MAX : :: c_int = -8 ;
839
+
827
840
#[ doc( hidden) ]
828
841
pub const AF_MAX : :: c_int = 42 ;
829
842
#[ doc( hidden) ]
@@ -856,6 +869,7 @@ extern {
856
869
pub fn setutxent ( ) ;
857
870
pub fn endutxent ( ) ;
858
871
pub fn getpt ( ) -> :: c_int ;
872
+ pub fn mallopt ( param : :: c_int , value : :: c_int ) -> :: c_int ;
859
873
}
860
874
861
875
#[ link( name = "util" ) ]
You can’t perform that action at this time.
0 commit comments