Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54123 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-20 05:46:05


Author: cschladetsch
Date: 2009-06-20 05:46:05 EDT (Sat, 20 Jun 2009)
New Revision: 54123
URL: http://svn.boost.org/trac/boost/changeset/54123

Log:
slight reformatting

Text files modified:
   sandbox/monotonic/libs/monotonic/doc/index.html | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/doc/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/index.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/index.html 2009-06-20 05:46:05 EDT (Sat, 20 Jun 2009)
@@ -50,8 +50,7 @@
             Fast allocation is the main motivation for this library. </p>
         <p>
                 The reason why boost.monotonic is faster than other allocation systems is that it is not
- a full allocator in the traditional set. It only provides new storage; it does not de-allocate. The user
- must call monotonic::reset_storage() to reset the storage, or monotonic::release_storage()
+ a full allocator in the traditional sense. It only provides new storage; it does not de-allocate. Resources are freed when a local storage goes out of scope, or the user calls monotonic::reset_storage() to reset the storage, or monotonic::release_storage()
                 to return the allocated buffers back to the OS.
         </p>
             <h2 id="Proposal">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk