1

give up on tree alloc

This commit is contained in:
2022-07-17 16:03:10 +02:00
parent 38a3bf0aee
commit 2ea2de41b6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ PCSPK pcspk; // PC-Lautsprecher
Keyboard kb; // Tastatur
KeyEventManager kevman;
// BumpAllocator allocator;
// BumpAllocator allocator;
LinkedListAllocator allocator;
// TreeAllocator allocator;

View File

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