Shrink NullPool now that we have accurate size tracking

This commit is contained in:
Behdad Esfahbod 2010-05-10 22:41:50 -04:00
parent 3d44fb6f15
commit f7adc5e9be
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ inline Type& StructAfter(TObject &X)
*/ */
/* Global nul-content Null pool. Enlarge as necessary. */ /* 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. */ /* Generic nul-content Null objects. */
template <typename Type> template <typename Type>