⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_heap_stats

Function get_heap_stats 

Source
pub fn get_heap_stats() -> (usize, usize, usize)
Expand description

Get current heap statistics (x86_64 only).

Returns (total, used, free) in bytes.