Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ MemoryManager
Method
MemoryManager
common/memory.h:1420–1420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1418
}
1419
1420
explicit MemoryManager(Allocator<> allocator) : arena_(allocator.arena()) {}
1421
1422
MemoryManager() = delete;
1423
MemoryManager(const MemoryManager&) = default;
Callers
nothing calls this directly
Calls
1
arena
Method · 0.45
Tested by
no test coverage detected