Shrink NullPool now that we have accurate size tracking
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 02:41:50 +0000 (22:41 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 02:41:50 +0000 (22:41 -0400)
src/hb-open-type-private.hh

index 71fb44e..5afccbf 100644 (file)
@@ -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 <typename Type>