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

Function mz_compressBound

SampleFramework12/v1.00/TinyEXR.cpp:1647–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1645}
1646
1647mz_ulong mz_compressBound(mz_ulong source_len) {
1648 return mz_deflateBound(NULL, source_len);
1649}
1650
1651typedef struct {
1652 tinfl_decompressor m_decomp;

Callers 3

CompressZipFunction · 0.85
SaveEXRFunction · 0.85
SaveMultiChannelEXRFunction · 0.85

Calls 1

mz_deflateBoundFunction · 0.85

Tested by

no test coverage detected