max_fixed_size::full

返回值指定是否应添加更多存储区为免列表。

bool full();

返回值

true,则为 Max <= _Nblocks;否则,返回 false。

备注

此成员函数由 cache_freelist::deallocate调用。 如果调用返回 true,则 deallocate 在空闲列表中将存储区放在;如果返回错误,deallocate 调用运算符 delete 释放块。

要求

页眉: <分配程序>

**命名空间:**stdext

请参见

参考

max_fixed_size 类