Shrink NullPool now that we have accurate size tracking
This commit is contained in:
parent
3d44fb6f15
commit
f7adc5e9be
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue