mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-28 10:48:30 +00:00
Hot-Reloading Refactor
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
ae1a4fd283
commit
6c1434c165
212 changed files with 5679 additions and 4206 deletions
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() }
|
Loading…
Add table
Add a link
Reference in a new issue