[][src]Function hermit::x86_64::mm::virtualmem::kernel_heap_end

pub fn kernel_heap_end() -> usize

End of the virtual memory address space reserved for kernel memory. This also marks the start of the virtual memory address space reserved for the task heap. In case of pure rust applications, we don't have a task heap.