mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
mm: Dump all memory blocks on allocation failure
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
@@ -298,6 +298,11 @@ config MM_DUMP_ON_FAILURE
|
||||
default n
|
||||
depends on DEBUG_MM
|
||||
|
||||
config MM_DUMP_DETAILS_ON_FAILURE
|
||||
bool "Dump all used memory blocks on allocation failure"
|
||||
default n
|
||||
depends on MM_DUMP_ON_FAILURE
|
||||
|
||||
config MM_PANIC_ON_FAILURE
|
||||
bool "Panic on allocation failure"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user