Changeset 21001

Show
Ignore:
Timestamp:
01/12/08 15:47:33 (11 months ago)
Author:
patrick
Message:

Added another memory allocation strategy for vpr::NoPushWriter?. This one keeps
track of the maximum amount of memory allocated during its lifetiem and always
returns that value. This probably would not be useful for clustering since the
potential for wide variation of write sizes while a socket is corked, but it
does serve to illustrate a (slightly) more complex use of an allocation
strategy.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/Makefile.in

    r20997 r21001  
    4242 
    4343SRCS=           InetAddrTest.cpp                        \ 
     44                MaximumAllocationStrategyTest.cpp       \ 
    4445                NoPushWriterTest.cpp                    \ 
    4546                SimpleAllocationStrategiesTest.cpp 
  • juggler/trunk/modules/vapor/vpr/IO/Socket/Makefile.in

    r20997 r21001  
    5454                ConnectionRefusedException.cpp  \ 
    5555                ConnectionResetException.cpp    \ 
     56                MaximumAllocationStrategy.cpp   \ 
    5657                NoPushWriter.cpp                \ 
    5758                NoRouteToHostException.cpp      \