1
0
Fork 0
forked from nuttx/nuttx-update

mm: Let MM_SMALL and MM_REGIONS depend on MM_DEFAULT_MANAGER

since these options are coupled with the default heap implementation

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-11-06 00:29:11 +08:00 committed by Alan Carvalho de Assis
parent 38d1244751
commit d6b5a345a4

View file

@ -51,6 +51,7 @@ config MM_KERNEL_HEAPSIZE
config MM_SMALL config MM_SMALL
bool "Small memory model" bool "Small memory model"
default n default n
depends on MM_DEFAULT_MANAGER
---help--- ---help---
Each memory allocation has a small allocation overhead. The size Each memory allocation has a small allocation overhead. The size
of that overhead is normally determined by the "width" of the of that overhead is normally determined by the "width" of the