mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
mm: Fix Kconfig style
- Remove spaces from Kconfig - Add TABs Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
+8
-8
@@ -195,14 +195,14 @@ config MM_HEAP_MEMPOOL_THRESHOLD
|
|||||||
if MM_HEAP_MEMPOOL_THRESHOLD > 0
|
if MM_HEAP_MEMPOOL_THRESHOLD > 0
|
||||||
|
|
||||||
config MM_HEAP_MEMPOOL_WAIT_RELEASE
|
config MM_HEAP_MEMPOOL_WAIT_RELEASE
|
||||||
bool "If wait for other tasks to release memory"
|
bool "If wait for other tasks to release memory"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
If the macro is set to true, when the memory pool fails to allocate
|
If the macro is set to true, when the memory pool fails to allocate
|
||||||
available memory, the current task will block and wait for other tasks
|
available memory, the current task will block and wait for other tasks
|
||||||
to release memory. Once memory is released by other tasks, the blocked
|
to release memory. Once memory is released by other tasks, the blocked
|
||||||
task will be awakened and re-attempt to allocate memory from
|
task will be awakened and re-attempt to allocate memory from
|
||||||
the memory pool.
|
the memory pool.
|
||||||
|
|
||||||
config MM_HEAP_MEMPOOL_EXPAND_SIZE
|
config MM_HEAP_MEMPOOL_EXPAND_SIZE
|
||||||
int "The expand size for each mempool in multiple mempool"
|
int "The expand size for each mempool in multiple mempool"
|
||||||
|
|||||||
Reference in New Issue
Block a user