Reduce NullPool size
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 16 Apr 2019 15:35:09 +0000 (11:35 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 16 Apr 2019 15:35:09 +0000 (11:35 -0400)
src/hb-null.hh

index 9d23d50..6d4a683 100644 (file)
@@ -37,7 +37,7 @@
 
 /* Global nul-content Null pool.  Enlarge as necessary. */
 
-#define HB_NULL_POOL_SIZE 9880
+#define HB_NULL_POOL_SIZE 384
 
 /* Use SFINAE to sniff whether T has min_size; in which case return T::null_size,
  * otherwise return sizeof(T). */