MCPcopy 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
24void fixed_arena_t::forget()
25{
26 buffer = nullptr;
27}
28
29void* fixed_arena_t::allocate(size_t s, size_t a)
30{

Callers 1

make_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected