共用方式為


sync_none::allocate

配置記憶體的區塊。

void *allocate(std::size_t _Count);

參數

參數

描述

_Count

要配置的陣列中的項目數。

備註

成員函式會傳回cache.allocate(_Count),其中cache是快取物件。

需求

標頭: <allocators>

Namespace: stdext

請參閱

參考

sync_none Class