Added clarifying comment about destructor.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@288 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
bf144a940b
commit
2f6f89551f
1 changed files with 5 additions and 1 deletions
|
@ -59,7 +59,8 @@ namespace Loki
|
|||
|
||||
/** Destructor releases all blocks, all Chunks, and FixedAllocator's.
|
||||
Any outstanding blocks are unavailable, and should not be used after
|
||||
this destructor is called.
|
||||
this destructor is called. The destructor is deliberately non-virtual
|
||||
because it is protected, not public.
|
||||
*/
|
||||
~SmallObjAllocator( void );
|
||||
|
||||
|
@ -442,6 +443,9 @@ namespace Loki
|
|||
// Nov. 26, 2004: re-implemented by Rich Sposato.
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.12 2005/10/06 00:19:56 rich_sposato
|
||||
// Added clarifying comment about destructor.
|
||||
//
|
||||
// Revision 1.11 2005/09/27 00:41:13 rich_sposato
|
||||
// Added array forms of new and delete.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue