max_unbounded::allocated

增加计数分配的内存块。

void allocated(std::size_t _Nx = 1);

参数

Parameter

说明

_Nx

增量值。

备注

此成员函数不执行任何操作。 它在成功后调用 cache_freelist::allocate 对运算符 new。 参数 _Nx 是数量的内存块在运算符分配的区块 new。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

max_unbounded Class