cache_chunklist::allocate

分配内存块。

void *allocate(std::size_t _Count);

参数

Parameter

说明

_Count

元素数。将数组的。

返回值

对分配的对象的指针。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

cache_chunklist Class