Function syscall::call::physalloc

source ·
pub unsafe fn physalloc(size: usize) -> Result<usize>
Expand description

Allocate frames, linearly in physical memory.

Errors

  • EPERM - uid != 0
  • ENOMEM - the system has run out of available memory