cache_suballoc::allocate

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

void *allocate(std::size_t _Count);

パラメーター

パラメーター

Description

_Count

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

戻り値

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

必要条件

ヘッダー : <allocators>

名前空間 : stdext

参照

関連項目

cache_suballoc Class