增加内存管理,但是还存在问题

This commit is contained in:
zhangzheng
2024-04-06 16:08:27 +00:00
parent 8a6213adf4
commit dd5886e642
62 changed files with 2597 additions and 116 deletions

View File

@@ -23,6 +23,9 @@ if SMP
int "CPU Core number."
default 1
endif
config THREAD_MSG_BUG_LEN
int "thread msg bud size"
default 128
config BUDDY_SLAB
bool "use BUDDY & SLAB"
default n