提交 a4f0a0ad 编写于 作者: M Maxim Polyakov

Add parentheses around macro definition

Signed-off-by: NMaxim Polyakov <polyakov.maksim@huawei.com>
Change-Id: I05ac3bcccf72b2f9cd5f05a04a14f610475aac2b
上级 642f2a8a
......@@ -12,7 +12,7 @@
#define SIZES_COUNT 11
#define SIZE_ALIGN (8*sizeof(size_t))
#define MMAP_THRESHOLD (0x1c00*SIZE_ALIGN) - OVERHEAD
#define MMAP_THRESHOLD ((0x1c00*SIZE_ALIGN) - OVERHEAD)
#define LIST_OVERHEAD (2*sizeof(void*))
#define OVERHEAD (2*sizeof(size_t) + sizeof(void*) + LIST_OVERHEAD)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册