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

Function def_realloc_func

SampleFramework12/v1.00/TinyEXR.cpp:1476–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
1479 return MZ_REALLOC(address, items * size);
1480}
1481
1482const char *mz_version(void) { return MZ_VERSION; }
1483

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected