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 2022/03/31 09:09:33 UTC

[GitHub] [incubator-nuttx] CV-Bowen commented on a change in pull request #5914: mm/mm_heap: place alloc-bit at the LSB of node->preceeding.

CV-Bowen commented on a change in pull request #5914:
URL: https://github.com/apache/incubator-nuttx/pull/5914#discussion_r839362563



##########
File path: mm/mm_heap/mm.h
##########
@@ -129,10 +129,10 @@
  */
 
 #ifdef CONFIG_MM_SMALL
-# define MM_ALLOC_BIT    0x8000
+# define MM_ALLOC_BIT    0x0001

Review comment:
       Done




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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