Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Describes a synchronization filter that uses a mutex to control access to a cache object that is shared by all allocators.
template <class Cache> class sync_shared
Parameters
Parameter |
Description |
|---|---|
Cache |
The type of cache associated with the synchronization filter. This can be cache_chunklist, cache_freelist, or cache_suballoc. |
Requirements
Header: <allocators>
Namespace: stdext