次の方法で共有


cache_freelist::allocate

メモリ ブロックを割り当てます。

void *allocate(std::size_t _Count);

パラメーター

パラメーター

Description

_Count

割り当てられる配列の要素数。

戻り値

割り当てられたオブジェクトへのポインター。

必要条件

ヘッダー : <allocators>

名前空間 : stdext

参照

関連項目

cache_freelist Class