solana-with-rpc-optimizations/measure/src/lib.rs

10 lines
181 B
Rust
Raw Normal View History

pub mod measure;
pub mod thread_mem_usage;
#[cfg(unix)]
extern crate jemallocator;
#[cfg(unix)]
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;