This commit is contained in:
2026-07-09 10:21:02 +08:00
parent 4cb5880258
commit c358c790f9
+1 -1
View File
@@ -16,7 +16,7 @@ typedef struct buddy_block_t{
typedef struct buddy_t{ typedef struct buddy_t{
buddy_block_t* head; buddy_block_t* head;
buddy_block_t* tail; buddy_block_t* tail;
int alignment; os_size_t alignment;
}buddy_t; }buddy_t;
/* ------------------------------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------------------------------ */