[][src]Function syscall::call::physalloc

pub unsafe fn physalloc(size: usize) -> Result<usize>

Allocate pages, linearly in physical memory

Errors

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