include as loki/
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@250 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0da44abd31
commit
202d2cac9d
2 changed files with 5 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
// Last update: June 20, 2001
|
||||
|
||||
#include "Singleton.h"
|
||||
#include "loki/Singleton.h"
|
||||
|
||||
using namespace Loki::Private;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// $Header$
|
||||
|
||||
|
||||
#include "SmallObj.h"
|
||||
#include "loki/SmallObj.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
@ -751,6 +751,9 @@ void SmallObjAllocator::Deallocate( void * p )
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Log$
|
||||
// Revision 1.5 2005/09/24 15:48:29 syntheticpp
|
||||
// include as loki/
|
||||
//
|
||||
// Revision 1.4 2005/09/09 00:25:00 rich_sposato
|
||||
// Added functions to trim extra memory within allocator. Made a new_handler
|
||||
// function for allocator. Added deallocator function for nothrow delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue