Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

syscall::sys_memory_alloc

Signature: void syscall::sys_memory_alloc(interrupts::s_registers* regs)
Description: Syscall to allocate a block of memory

Parameters:

Return: void

syscall::sys_memory_free

Signature: void syscall::sys_memory_free(interrupts::s_registers* regs)
Description: Syscall to free a block of memory

Parameters:

Return: void

Show file on GitHub