MentOS  0.8.0
The Mentoring Operating System
kheap.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include "kernel.h"
10 #include "process/scheduler.h"
11 
20 void *sys_brk(void *addr);
Kernel generic data structure and functions.
void * sys_brk(void *addr)
User malloc.
Definition: kheap.c:627
Scheduler structures and functions.