fix: Rust 2024 errors
This commit is contained in:
parent
77c3a8ed90
commit
2afa192573
2 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ use std::os::raw::c_int;
|
|||
|
||||
const M_MMAP_THRESHOLD: c_int = -3;
|
||||
|
||||
extern "C" {
|
||||
unsafe extern "C" {
|
||||
fn malloc_trim(pad: usize);
|
||||
|
||||
fn mallopt(param: c_int, value: c_int) -> c_int;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue