This commit is contained in:
sasaki takeru
2012-05-10 04:04:59 +09:00
parent bcd24af19c
commit 7f12cb9e7a
+1 -1
View File
@@ -18,7 +18,7 @@
#define POOL_PAGE_SIZE 16000
#ifdef ALLOC_ALIGN
# define ALIGN_PADDING(x) ((x % ALLOC_ALIGN) ? ALLOC_ALIGN - (x % ALLOC_ALLOC) : 0)
# define ALIGN_PADDING(x) ((x % ALLOC_ALIGN) ? ALLOC_ALIGN - (x % ALLOC_ALIGN) : 0)
#else
# define ALIGN_PADDING(x) (0)
#endif