Skip to content

Commit

Permalink
Remove __GLOBAL_ALLOCATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao committed May 22, 2024
1 parent b936197 commit 0fcef3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mallockit/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ pub fn plan(_attr: TokenStream, item: TokenStream) -> TokenStream {
}
}

#[cfg(any(feature = "malloc", feature = "mallockit/malloc"))]
#[global_allocator]
static __GLOBAL_ALLOCATOR: ::mallockit::space::meta::Meta = ::mallockit::space::meta::Meta;

include!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/../target/generated_tests.rs"
Expand Down

0 comments on commit 0fcef3e

Please sign in to comment.