mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel: Remove some unused things in kmalloc.cpp
This commit is contained in:
parent
cb4fcaa4b5
commit
52ef08081c
1 changed files with 0 additions and 4 deletions
|
@ -31,8 +31,6 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/Heap/Heap.h>
|
||||
|
@ -45,8 +43,6 @@
|
|||
#include <Kernel/StdLib.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
|
||||
#define SANITIZE_KMALLOC
|
||||
|
||||
#define CHUNK_SIZE 32
|
||||
#define POOL_SIZE (2 * MiB)
|
||||
#define ETERNAL_RANGE_SIZE (2 * MiB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue