summaryrefslogtreecommitdiff
path: root/kernel/kmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kmalloc.c')
-rw-r--r--kernel/kmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kmalloc.c b/kernel/kmalloc.c
index b4a7f54..f5188cc 100644
--- a/kernel/kmalloc.c
+++ b/kernel/kmalloc.c
@@ -7,7 +7,7 @@
#include <mmu.h>
#include <random.h>
#include <stdint.h>
-#define NEW_ALLOC_SIZE 0x5000
+#define NEW_ALLOC_SIZE 0x40000
// #define KMALLOC_DEBUG