Boost C++ 库

...世界上最受尊敬和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

recycling_allocator::allocate

为指定数量的值分配内存。

T * allocate(
    std::size_t n);

PrevUpHomeNext