1

remove code that was already in vorgabe03

This commit is contained in:
churl
2022-05-08 15:57:54 +02:00
parent fef85a1b34
commit 7631a0107a

View File

@ -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: