Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ stack_alloc
Method
stack_alloc
src/vector/vstackallocator.h:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
public:
108
stack_alloc(const stack_alloc&) = default;
109
stack_alloc& operator=(const stack_alloc&) = delete;
110
111
stack_alloc(arena_type& a) noexcept : a_(a)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected