gcc patch

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@305 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-10-17 08:07:23 +00:00
parent e8fcb25741
commit 6548c6e1d7

View file

@ -69,7 +69,7 @@ namespace Loki
class Chunk class Chunk
{ {
private: private:
friend FixedAllocator; friend class FixedAllocator;
/** Initializes a just-constructed Chunk. /** Initializes a just-constructed Chunk.
@param blockSize Number of bytes per block. @param blockSize Number of bytes per block.
@ -877,6 +877,9 @@ void SmallObjAllocator::Deallocate( void * p )
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Log$ // $Log$
// Revision 1.12 2005/10/17 08:07:23 syntheticpp
// gcc patch
//
// Revision 1.11 2005/10/15 00:41:36 rich_sposato // Revision 1.11 2005/10/15 00:41:36 rich_sposato
// Added tests for corrupt Chunk. Added cout statements for debugging - and // Added tests for corrupt Chunk. Added cout statements for debugging - and
// these are inside a #ifdef block. // these are inside a #ifdef block.