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

Method AlignedMemoryBlock

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

Source from the content-addressed store, hash-verified

34struct AlignedMemoryBlock
35{
36 AlignedMemoryBlock() = default;
37 AlignedMemoryBlock (size_t initialSize);
38 AlignedMemoryBlock (const AlignedMemoryBlock&);
39 AlignedMemoryBlock (AlignedMemoryBlock&&) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected