9
src/core/alloc/default.rs
Normal file
9
src/core/alloc/default.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Default allocator with no special features
|
||||
|
||||
/// Always returns the empty string
|
||||
#[must_use]
|
||||
pub fn memory_stats() -> String { Default::default() }
|
||||
|
||||
/// Always returns the empty string
|
||||
#[must_use]
|
||||
pub fn memory_usage() -> String { Default::default() }
|
||||
Reference in New Issue
Block a user