pub fn get_heap_stats() -> (usize, usize, usize)Expand description
Get current heap statistics (x86_64 only).
Returns (total, used, free) in bytes.
pub fn get_heap_stats() -> (usize, usize, usize)Get current heap statistics (x86_64 only).
Returns (total, used, free) in bytes.