1

remove <cstddef> and NULLs (use nullptr)

This commit is contained in:
2022-07-24 00:40:51 +02:00
parent e4469e51b2
commit d9b86355c7
10 changed files with 41 additions and 54 deletions

View File

@ -4,8 +4,7 @@
#include "kernel/Allocator.h"
#include "user/lib/Logger.h"
// NOTE: I added this file
// NOTE: I can't imagine that this is very fast with all the tree logic?
// I can't imagine that this is fast with all the tree logic?
typedef struct list_block {
// Doubly linked list for every block