little fix

This commit is contained in:
TXuian
2024-12-23 22:40:54 +08:00
parent 3d43cb9644
commit 7639937678
22 changed files with 1091 additions and 26 deletions
@@ -35,7 +35,7 @@ Modification:
#include <stdbool.h>
#include <stdint.h>
#define MAX_BUDDY_ORDER (14)
#define MAX_BUDDY_ORDER (18)
#define FREE_LIST_INDEX(order) \
(1 << order)