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

pub const fn kernel_heap_end() -> VirtAddr
Expand description

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.