sync_none::allocate

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

void *allocate(std::size_t _Count);

パラメーター

パラメーター

Description

_Count

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

解説

このメンバー関数は cache キャッシュがオブジェクトである cache.allocate(_Count) を返します。

必要条件

ヘッダー : <allocators>

名前空間 : stdext

参照

関連項目

sync_none Class