X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fpool_alloc_mixin.hh;h=0f139351e715e5937fe01c6aa12f0730da96ee1e;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=0a3b2afbb4181db9e6333d4c11188e3b53a5a3f6;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/pool_alloc_mixin.hh b/senf/Utils/pool_alloc_mixin.hh index 0a3b2af..0f13935 100644 --- a/senf/Utils/pool_alloc_mixin.hh +++ b/senf/Utils/pool_alloc_mixin.hh @@ -30,7 +30,7 @@ #include //#include "pool_alloc_mixin.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -40,7 +40,7 @@ namespace senf { This mixin will overload a classes operator new and operator delete so as to make the class use the Boost.Pool memory allocator by + href="http://www.boost.org/doc/libs/release/libs/pool/doc/index.html">Boost.Pool memory allocator by default. Using this allocator does however introduce a few restrictions: \li The operator is defined for a fixed size. Therefore if you derive from the class you @@ -58,7 +58,7 @@ namespace senf { \endcode \note pool_alloc_mixin uses the Boost.Pool singleton + href="http://www.boost.org/doc/libs/release/libs/pool/doc/index.html">Boost.Pool singleton pool interface with the tag pool_alloc_mixin_tag. This class is accessible via the pool member. Using this member, it is simple to call relevant pool functions, e.g. SomeClass::pool<>::release_memory(). @@ -93,7 +93,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "pool_alloc_mixin.cci" //#include "pool_alloc_mixin.ct" #include "pool_alloc_mixin.cti"