MCPcopy Create free account
hub / github.com/crownengine/crown / unload

Function unload

src/resource/config_resource.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void unload(Allocator &a, void *resource)
34 {
35 a.deallocate(resource);
36 }
37
38} // namespace config_resource_internal
39

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected