remove code that was already in vorgabe03
This commit is contained in:
@ -33,13 +33,6 @@
|
||||
#ifndef __Allocator_include__
|
||||
#define __Allocator_include__
|
||||
|
||||
// NOTE: I added this
|
||||
typedef struct {
|
||||
unsigned int length;
|
||||
bool free;
|
||||
unsigned char* next;
|
||||
} mem_block_header_t;
|
||||
|
||||
class Allocator {
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user