Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Implements an allocator that uses operator delete to deallocate a memory block and operator new to allocate a memory block.
Syntax
template <class Type>
class allocator_newdel;
Parameters
Type
The type of elements allocated by the allocator.
Remarks
The ALLOCATOR_DECL macro passes this class as the name parameter in the following statement: ALLOCATOR_DECL(CACHE_FREELIST stdext::allocators::max_none), SYNC_DEFAULT, allocator_newdel);
Requirements
Header: <allocators>
Namespace: stdext