Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ forget
Method
forget
modules/engine/runtime/src/ecs/arena.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void fixed_arena_t::forget()
25
{
26
buffer = nullptr;
27
}
28
29
void* fixed_arena_t::allocate(size_t s, size_t a)
30
{
Callers
1
make_query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected