Reduce NullPool size
This commit is contained in:
parent
4fc2d2d724
commit
155e92f259
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
/* Global nul-content Null pool. Enlarge as necessary. */
|
/* 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,
|
/* Use SFINAE to sniff whether T has min_size; in which case return T::null_size,
|
||||||
* otherwise return sizeof(T). */
|
* otherwise return sizeof(T). */
|
||||||
|
|
Loading…
Reference in New Issue