MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / def_free_func

Function def_free_func

SampleFramework12/v1.00/TinyEXR.cpp:1472–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470 return MZ_MALLOC(items * size);
1471}
1472static void def_free_func(void *opaque, void *address) {
1473 (void)opaque, (void)address;
1474 MZ_FREE(address);
1475}
1476static void *def_realloc_func(void *opaque, void *address, size_t items,
1477 size_t size) {
1478 (void)opaque, (void)address, (void)items, (void)size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected