template<size_t _Sz, class _Max >
360 while ((_Ptr =
_Fl.pop()) != 0)
361 ::operator
delete(_Ptr);
freelist< _Sz, _Max > _Fl
Definition: allocators:394
template<size_t _Sz, class _Max >
366 void *_Res =
_Fl.pop();
369 if (
_Count <
sizeof (
void *))
370 _Res = ::operator
new(
sizeof (
void *));
372 _Res = ::operator
new(
_Count);
freelist< _Sz, _Max > _Fl
Definition: allocators:394
_Diff _Count
Definition: algorithm:1941
template<size_t _Sz, class _Max >
383 ::operator
delete(_Ptr);
freelist< _Sz, _Max > _Fl
Definition: allocators:394
template<size_t _Sz, class _Max >
template<size_t _Sz, class _Max >
The documentation for this class was generated from the following file: