X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2Falloc.c;h=b4235d0ef404b3fba2c7e3738a89832ad4be4286;hp=693943aea140c881587020550525c1aa78571768;hb=bbd7380019f3ea4629d170af24b902bf734c83ea;hpb=fbd94d9909892758d594d410bb5f981b3567fb3e diff --git a/ccan/alloc/alloc.c b/ccan/alloc/alloc.c index 693943ae..b4235d0e 100644 --- a/ccan/alloc/alloc.c +++ b/ccan/alloc/alloc.c @@ -35,7 +35,7 @@ */ /* We divide the pool into this many large pages (nearest power of 2) */ -#define MAX_LARGE_PAGES (1024UL) +#define MAX_LARGE_PAGES (256UL) /* 32 small pages == 1 large page. */ #define BITS_FROM_SMALL_TO_LARGE_PAGE 5