From f7adc5e9be352ac31ad3ab847abb6fceb239aa12 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 May 2010 22:41:50 -0400 Subject: [PATCH] Shrink NullPool now that we have accurate size tracking --- src/hb-open-type-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 71fb44e60..5afccbf08 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -113,7 +113,7 @@ inline Type& StructAfter(TObject &X) */ /* Global nul-content Null pool. Enlarge as necessary. */ -static const void *_NullPool[32 / sizeof (void *)]; +static const void *_NullPool[16 / sizeof (void *)]; /* Generic nul-content Null objects. */ template