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

Function unload

src/resource/simple_resource.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void unload(Allocator &a, void *data)
23 {
24 a.deallocate(data);
25 }
26
27 void *load_from_bundle(File &file, Allocator &a)
28 {

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected