max_unbounded::full

返回指定的值更多内存块是否应添加到空闲列表。

bool full();

返回值

成员函数始终返回 false。

备注

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

要求

**标题:**allocators

命名空间: stdext

请参见

参考

max_unbounded Class