mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
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:
committed by
Alan Carvalho de Assis
parent
38d1244751
commit
d6b5a345a4
@@ -51,6 +51,7 @@ config MM_KERNEL_HEAPSIZE
|
||||
config MM_SMALL
|
||||
bool "Small memory model"
|
||||
default n
|
||||
depends on MM_DEFAULT_MANAGER
|
||||
---help---
|
||||
Each memory allocation has a small allocation overhead. The size
|
||||
of that overhead is normally determined by the "width" of the
|
||||
|
||||
Reference in New Issue
Block a user