sync_shared::allocate
配置記憶體的區塊。
void *allocate(std::size_t _Count);
參數
參數 |
描述 |
---|---|
_Count |
要配置的陣列中的項目數。 |
傳回值
若要配置的物件變數的指標。
備註
成員函式鎖定 mutex,也就是呼叫cache.allocate(_Count)、 mutex,會解除鎖定,並傳回結果之前呼叫的cache.allocate(_Count)。 cache表示目前的快取物件。
需求
標頭: <allocators>
Namespace: stdext