Karg  v0.2.0
The kernel of CargOS
kalloc.h File Reference
#include <types.h>

Go to the source code of this file.

Functions

void * kmalloc (usize size)
 
void * kcalloc (usize size, usize n)
 
void kfree (void *ptr)
 

Function Documentation

◆ kcalloc()

void* kcalloc ( usize  size,
usize  n 
)

◆ kfree()

void kfree ( void *  ptr)

◆ kmalloc()

void* kmalloc ( usize  size)