pkarashchenko commented on code in PR #7449: URL: https://github.com/apache/incubator-nuttx/pull/7449#discussion_r1007689162
########## mm/mm_heap/mm.h: ########## @@ -60,38 +61,14 @@ * minor performance losses. */ +#define MM_MIN_SHIFT (LOG2_CEIL(sizeof(struct mm_freenode_s))) Review Comment: ```suggestion #define MM_MIN_SHIFT LOG2_CEIL(sizeof(struct mm_freenode_s)) ``` -- 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