mm: Integrate TLSF manager

can be enabled by CONFIG_MM_TLSF_MANAGER=y

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-03-08 17:21:23 +08:00
committed by Xiang Xiao
parent f5e8c30808
commit a6428f4c27
11 changed files with 1771 additions and 2 deletions
+5
View File
@@ -12,6 +12,11 @@ config MM_DEFAULT_MANAGER
---help---
NuttX original memory manager strategy.
config MM_TLSF_MANAGER
bool "TLSF heap manager"
---help---
TLSF memory manager strategy.
config MM_CUSTOMIZE_MANAGER
bool "Customized heap manager"
---help---