enable list allocator until i fix the other one
This commit is contained in:
@ -22,8 +22,8 @@ Keyboard kb; // Tastatur
|
||||
PCSPK pcspk; // PC-Lautsprecher
|
||||
|
||||
// BumpAllocator allocator;
|
||||
// LinkedListAllocator allocator;
|
||||
TreeAllocator allocator;
|
||||
LinkedListAllocator allocator;
|
||||
// TreeAllocator allocator;
|
||||
Scheduler scheduler;
|
||||
|
||||
unsigned int total_mem; // RAM total
|
||||
|
||||
@ -36,8 +36,8 @@ extern Keyboard kb; // Tastatur
|
||||
extern PCSPK pcspk; // PC-Lautsprecher
|
||||
|
||||
// extern BumpAllocator allocator;
|
||||
// extern LinkedListAllocator allocator;
|
||||
extern TreeAllocator allocator;
|
||||
extern LinkedListAllocator allocator;
|
||||
// extern TreeAllocator allocator;
|
||||
extern Scheduler scheduler;
|
||||
|
||||
constexpr bool DEBUG = true;
|
||||
|
||||
Reference in New Issue
Block a user