UbixOS  2.0
kmalloc.c File Reference
#include <lib/kmalloc.h>
#include <lib/kprintf.h>
#include <ubixos/kpanic.h>
#include <ubixos/sched.h>
#include <ubixos/spinlock.h>
#include <vmm/vmm.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
Include dependency graph for kmalloc.c:

Go to the source code of this file.

Functions

void kfree (void *baseAddr)
 
void * kmalloc (uInt32 len)
 

Function Documentation

◆ kfree()

◆ kmalloc()