优化
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ typedef struct buddy_block_t{
|
||||
typedef struct buddy_t{
|
||||
buddy_block_t* head;
|
||||
buddy_block_t* tail;
|
||||
int alignment;
|
||||
os_size_t alignment;
|
||||
}buddy_t;
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
|
||||
Reference in New Issue
Block a user