提交 f7adc5e9 编写于 作者: B Behdad Esfahbod

Shrink NullPool now that we have accurate size tracking

上级 3d44fb6f
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册