[−][src]Function syscall::call::physalloc
pub unsafe fn physalloc(size: usize) -> Result<usize>
Allocate frames, linearly in physical memory.
Errors
EPERM
-uid != 0
ENOMEM
- the system has run out of available memory
pub unsafe fn physalloc(size: usize) -> Result<usize>
Allocate frames, linearly in physical memory.
EPERM
- uid != 0
ENOMEM
- the system has run out of available memory