Changed template parameter values for SmallObject allocator.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@376 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6b5d0e2629
commit
fb0f712fde
1 changed files with 4 additions and 3 deletions
|
@ -30,9 +30,7 @@ using namespace std;
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
typedef Loki::SmallValueObject< LOKI_DEFAULT_THREADING_NO_OBJ_LEVEL,
|
||||
LOKI_DEFAULT_CHUNK_SIZE, LOKI_MAX_SMALL_OBJECT_SIZE,
|
||||
LOKI_DEFAULT_OBJECT_ALIGNMENT,
|
||||
Loki::LongevityLifetime::DieAsSmallObjectParent
|
||||
512, 32, 4, Loki::LongevityLifetime::DieAsSmallObjectParent
|
||||
>
|
||||
SmallObjectParent;
|
||||
|
||||
|
@ -368,6 +366,9 @@ int main()
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.11 2005/12/08 21:03:02 rich_sposato
|
||||
// Changed template parameter values for SmallObject allocator.
|
||||
//
|
||||
// Revision 1.10 2005/11/13 13:39:15 syntheticpp
|
||||
// add removed tests with NoDestroy plolicy
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue