template<size_t _Sz, class _Max > 
 
  370         while ((_Ptr = 
_Fl.pop()) != 0)
 
  371             ::operator 
delete(_Ptr);
 
freelist< _Sz, _Max > _Fl
Definition: allocators:404
 
 
 
 
template<size_t _Sz, class _Max > 
 
  376         void *_Res = 
_Fl.pop();
 
  379             if (
_Count < 
sizeof (
void *))
 
  380                 _Res = ::operator 
new(
sizeof (
void *));
 
  382                 _Res = ::operator 
new(
_Count);
 
freelist< _Sz, _Max > _Fl
Definition: allocators:404
 
_Diff _Count
Definition: algorithm:1941
 
 
 
 
template<size_t _Sz, class _Max > 
 
  393             ::operator 
delete(_Ptr);
 
freelist< _Sz, _Max > _Fl
Definition: allocators:404
 
 
 
 
template<size_t _Sz, class _Max > 
 
 
template<size_t _Sz, class _Max > 
 
 
The documentation for this class was generated from the following file: