X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=mem-pool.c;h=ccdcad2e3d622fdd9491d3d1cbdc26f673bb41df;hb=1231cab341e3e14065e39a5403ad8026c9bc19a8;hp=8401761dda0a2a585f6593e2212ff41db7135170;hpb=b4e245a17adc1b336269f7350e88eede6e713157;p=thirdparty%2Fgit.git diff --git a/mem-pool.c b/mem-pool.c index 8401761dda..ccdcad2e3d 100644 --- a/mem-pool.c +++ b/mem-pool.c @@ -5,7 +5,7 @@ #include "cache.h" #include "mem-pool.h" -#define BLOCK_GROWTH_SIZE 1024*1024 - sizeof(struct mp_block); +#define BLOCK_GROWTH_SIZE (1024 * 1024 - sizeof(struct mp_block)) /* * Allocate a new mp_block and insert it after the block specified in