diff options
Diffstat (limited to 'lib/recycle.c')
-rw-r--r-- | lib/recycle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/recycle.c b/lib/recycle.c index 325e08a..2530e66 100644 --- a/lib/recycle.c +++ b/lib/recycle.c @@ -19,6 +19,8 @@ This also decreases memory fragmentation, and freeing structures # include "recycle.h" #endif +# define align(a) (((Uint32)a+(sizeof(void *)-1))&(~(sizeof(void *)-1))) + reroot *remkroot(size) size_t size; { |