Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ Block
Method
Block
choc/memory/choc_PoolAllocator.h:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
Block (size_t);
94
Block (Block&&);
95
Block (const Block&) = delete;
96
~Block();
97
98
bool hasSpaceFor (size_t size) const noexcept;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected