Move thread_mem_usage module into measure/

This commit is contained in:
Michael Vines
2020-01-01 10:51:51 -07:00
parent 5d42dcc9ec
commit a0fb9de515
11 changed files with 25 additions and 20 deletions

View File

@@ -1 +1,9 @@
pub mod measure;
pub mod thread_mem_usage;
#[cfg(unix)]
extern crate jemallocator;
#[cfg(unix)]
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;