mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
jemalloc
This commit is contained in:
parent
e13931418b
commit
d0997370bb
3 changed files with 31 additions and 0 deletions
|
|
@ -22,6 +22,13 @@ mod matcher;
|
|||
mod timegraph;
|
||||
mod ui;
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
use tikv_jemallocator::Jemalloc;
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
#[global_allocator]
|
||||
static GLOBAL: Jemalloc = Jemalloc;
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
struct Args {
|
||||
file: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue