sync_none::allocate

分配内存块。

void *allocate(std::size_t _Count);

参数

Parameter

说明

_Count

元素数。将数组的。

备注

成员函数返回 cache.allocate(_Count), cache 是缓存对象。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

sync_none Class