| 78 | |
| 79 | template <size_t alignmentBytes> |
| 80 | AlignedMemoryBlock<alignmentBytes>::AlignedMemoryBlock (size_t initialSize) |
| 81 | { |
| 82 | resize (initialSize); |
| 83 | } |
| 84 | |
| 85 | template <size_t alignmentBytes> |
| 86 | AlignedMemoryBlock<alignmentBytes>::AlignedMemoryBlock (const AlignedMemoryBlock& other) |
nothing calls this directly
no outgoing calls
no test coverage detected