Skip to main content

nros_platform_heap_used_bytes

Function nros_platform_heap_used_bytes 

Source
pub unsafe extern "C" fn nros_platform_heap_used_bytes() -> usize
Expand description

Bytes currently allocated from the platform heap, or 0 if the port does not instrument it. Phase 230 / RFC-0034 D7: the true unified figure where the platform owns one kernel heap shared by the C side and the Rust #[global_allocator].