MentOS
0.8.0
The Mentoring Operating System
|
Interface for kernel heap functions, also provides a placement malloc() for use before the heap is initialised. More...
Go to the source code of this file.
Functions | |
void * | sys_brk (void *addr) |
User malloc. More... | |
Interface for kernel heap functions, also provides a placement malloc() for use before the heap is initialised.
void* sys_brk | ( | void * | addr | ) |
User malloc.
addr | This argument is treated as an address of a dynamically allocated memory if falls inside the process heap area. Otherwise, it is treated as an amount of memory that should be allocated. |