MCPcopy Create free account
hub / github.com/Tracktion/choc / AlignedMemoryBlock

Method AlignedMemoryBlock

choc/memory/choc_AlignedMemoryBlock.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template <size_t alignmentBytes>
80AlignedMemoryBlock<alignmentBytes>::AlignedMemoryBlock (size_t initialSize)
81{
82 resize (initialSize);
83}
84
85template <size_t alignmentBytes>
86AlignedMemoryBlock<alignmentBytes>::AlignedMemoryBlock (const AlignedMemoryBlock& other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected