(file) Return to Buffer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Buffer.cpp between version 1.2 and 1.3

version 1.2, 2005/10/31 17:39:11 version 1.3, 2005/11/29 19:06:06
Line 38 
Line 38 
  
 BufferRep Buffer::_empty_rep = { 0, 0, {0} }; BufferRep Buffer::_empty_rep = { 0, 0, {0} };
  
 static const size_t MIN_CAPACITY = 32;  static const size_t MIN_CAPACITY = 2048;
  
 static Uint32 _next_pow_2(Uint32 x) static Uint32 _next_pow_2(Uint32 x)
 { {


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2