```rust
use mallocator::Mallocator;
static A: Mallocator = Mallocator;
fn myfnthatrequiresheap() { let v = vec![1, 2, 3]; } ```