MentOS
0.8.0
The Mentoring Operating System
mentos
inc
mem
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.h
Kernel generic data structure and functions.
sys_brk
void * sys_brk(void *addr)
User malloc.
Definition:
kheap.c:627
scheduler.h
Scheduler structures and functions.
Generated by
1.9.1