give up on tree alloc
This commit is contained in:
@ -23,7 +23,7 @@ PCSPK pcspk; // PC-Lautsprecher
|
||||
Keyboard kb; // Tastatur
|
||||
KeyEventManager kevman;
|
||||
|
||||
// BumpAllocator allocator;
|
||||
// BumpAllocator allocator;
|
||||
LinkedListAllocator allocator;
|
||||
// TreeAllocator allocator;
|
||||
|
||||
|
@ -40,7 +40,7 @@ extern PCSPK pcspk; // PC-Lautsprecher
|
||||
extern Keyboard kb; // Tastatur
|
||||
extern KeyEventManager kevman;
|
||||
|
||||
// extern BumpAllocator allocator;
|
||||
// extern BumpAllocator allocator;
|
||||
extern LinkedListAllocator allocator;
|
||||
// extern TreeAllocator allocator;
|
||||
|
||||
|
Reference in New Issue
Block a user