修复部分bug,添加内存池,为后续内存池化分配打基础
This commit is contained in:
@ -10,6 +10,7 @@ typedef struct logs
|
||||
{
|
||||
char log[MAX_LOG_LENGTH];
|
||||
struct logs *next;
|
||||
char info[INFO_LENGTH];
|
||||
}logs;
|
||||
|
||||
typedef struct log_manager
|
||||
|
||||
Reference in New Issue
Block a user