add vorgabe03 + initial bump allocator
This commit is contained in:
16
c_os/user/HeapDemo.h
Normal file
16
c_os/user/HeapDemo.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* H E A P D E M O *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Demonstration der dynamischen Speicherverwaltung. *
|
||||
* *
|
||||
* Autor: Michael Schoettner, HHU, 25.9.2016 *
|
||||
*****************************************************************************/
|
||||
#ifndef __HeapDemo_include__
|
||||
#define __HeapDemo_include__
|
||||
|
||||
|
||||
void heap_demo();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user