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

Method data

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

Returns the aligned memory address, or nullptr if the block's size hasn't been set.

Source from the content-addressed store, hash-verified

44
45 /// Returns the aligned memory address, or nullptr if the block's size hasn't been set.
46 void* data() noexcept { return alignedPointer; }
47 /// Returns the available space in bytes.
48 size_t size() const noexcept { return availableSize; }
49

Callers 3

allocateStringMethod · 0.45
decodeFunction · 0.45
addInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected