From: Behdad Esfahbod Date: Tue, 11 May 2010 02:41:50 +0000 (-0400) Subject: Shrink NullPool now that we have accurate size tracking X-Git-Tag: 2.0_alpha~7^2~688 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7adc5e9be352ac31ad3ab847abb6fceb239aa12;p=apps%2Fhome%2Fvideo-player.git Shrink NullPool now that we have accurate size tracking --- diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 71fb44e..5afccbf 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