template<size_t _Sz, class _Max >
366 while ((_Ptr =
_Fl.pop()) != 0)
367 ::operator
delete(_Ptr);
freelist< _Sz, _Max > _Fl
Definition: allocators:400
template<size_t _Sz, class _Max >
372 void *_Res =
_Fl.pop();
375 if (
_Count <
sizeof (
void *))
376 _Res = ::operator
new(
sizeof (
void *));
378 _Res = ::operator
new(
_Count);
unsigned int _Count
Definition: xcomplex:668
freelist< _Sz, _Max > _Fl
Definition: allocators:400
template<size_t _Sz, class _Max >
389 ::operator
delete(_Ptr);
freelist< _Sz, _Max > _Fl
Definition: allocators:400
template<size_t _Sz, class _Max >
template<size_t _Sz, class _Max >
The documentation for this class was generated from the following file: