summaryrefslogtreecommitdiff
path: root/Kernel/kmalloc.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-23 17:24:50 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-23 17:24:50 +0100
commita7a456002e91d9f13793e23aab4c24519c4e87c7 (patch)
tree6a108dc6d43c0bcb8d20cbf4745665d338afd030 /Kernel/kmalloc.cpp
parentd7753c7c8d07b347014b9bbb1be75c0eac27280c (diff)
downloadserenity-a7a456002e91d9f13793e23aab4c24519c4e87c7.zip
LibC: Enough compat work to make binutils-2.32 build and run.
Diffstat (limited to 'Kernel/kmalloc.cpp')
-rw-r--r--Kernel/kmalloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/kmalloc.cpp b/Kernel/kmalloc.cpp
index 3fcd9c92e9..4689a9b196 100644
--- a/Kernel/kmalloc.cpp
+++ b/Kernel/kmalloc.cpp
@@ -19,7 +19,7 @@ struct [[gnu::packed]] allocation_t {
size_t nchunk;
};
-#define CHUNK_SIZE 64
+#define CHUNK_SIZE 32
#define POOL_SIZE (1024 * 1024)
#define ETERNAL_BASE_PHYSICAL 0x100000