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



##########
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:
       Please move `MM_ALLOC_BIT` out of `CONFIG_MM_SMALL` ifdef and `#define 
MM_ALLOC_BIT 0x1` or `1 << 0`




-- 
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-unsubscr...@nuttx.apache.org

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


Reply via email to