mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user