Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo committed Mar 12, 2024
1 parent 42b5bc7 commit 9caf719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxy_components/proxy_ffi/src/jemalloc_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ extern "C" {
) -> ::std::os::raw::c_int;
}

#[allow(unused_variables)]
#[allow(unused_mut)]
#[allow(unused_unsafe)]
fn issue_mallctl(command: &str) -> u64{
type PtrUnderlying = u64;
let mut ptr: PtrUnderlying = 0;
Expand Down

0 comments on commit 9caf719

Please sign in to comment.