Go to the source code of this file.
|
| | TEST (managedFileSwap, Unit_LazyPffree) |
| |
| | TEST (managedFileSwap, Unit_ManualSwapping) |
| |
| | TEST (managedFileSwap, Unit_ManualMultiSwapping) |
| |
| | TEST (managedFileSwap, Unit_ManualSwappingDelete) |
| |
| | TEST (managedFileSwap, Unit_SimpleSwapping) |
| |
| | TEST (managedFileSwap, Unit_SwapSize) |
| |
| | TEST (managedFileSwap, Integration_RandomAccess) |
| |
| | TEST (managedFileSwap, Integration_RandomAccessVariousSize) |
| |
| | TEST (managedFileSwap, Unit_SwapAllocation) |
| |
| | TEST (managedFileSwap, Unit_SwapReadAllocatedChunk) |
| |
| | TEST (managedFileSwap, Unit_SwapSingleIsland) |
| |
| | TEST (managedFileSwap, Unit_SwapNextAndSingleIsland) |
| |
| | TEST (managedFileSwap, Integration_MatrixTranspose) |
| |
| | TEST (managedFileSwap, Unit_SwapPolicy) |
| |
| | TEST (managedFileSwap, Unit_CheckSwapStats) |
| |
| | TEST (managedFileSwap, Unit_EmptySizeSwapped) |
| |
| | TEST (managedFileSwap, Unit_EmptySizeFillsUp) |
| |
- Test:
- Tests for speedup implied by const lazy deallocation
- Note
- As this is normally cached, real life speedup will be a multiple of this when writing to disk...
Definition at line 39 of file testManagedFileSwap.cpp.
- Test:
- Puts memory manager and swap under heavy load of objects of the same size by randomly allocating / deallocating them
Definition at line 292 of file testManagedFileSwap.cpp.
- Test:
- Puts memory manager and swap under heavy load of objects of various sizes by randomly allocating / deallocating them
Definition at line 354 of file testManagedFileSwap.cpp.
- Test:
- Tests whether swapstats are gathered correctly for some simple cases and if they are plausible for some more complicated stuff
Definition at line 755 of file testManagedFileSwap.cpp.