You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/17 15:12:11 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3086: improve the memory manager modularity and reduce the inforamtion explosion

davids5 commented on a change in pull request #3086:
URL: https://github.com/apache/incubator-nuttx/pull/3086#discussion_r596109627



##########
File path: mm/Kconfig
##########
@@ -3,6 +3,23 @@
 # see the file kconfig-language.txt in the NuttX tools repository.
 #
 
+choice
+	prompt "Build heap manager"
+	default MM_DEFAULT_MANAGER
+
+config MM_DEFAULT_MANAGER
+	bool "Default heap manager"
+	---help---
+		NuttX original memory manager strategy.
+
+config MM_CUSTOMIZE_MANAGER
+	bool "Customized heap manager"
+	---help---
+		Customized memory manger policy. The build will failed

Review comment:
       ```suggestion
   		Customized memory manger policy. The build will fail
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org