MCPcopy Create free account
hub / github.com/Tencent/tgfx / FreeFunction

Function FreeFunction

src/pdf/DeflateStream.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void FreeFunction(void*, void* address) {
44 free(address);
45}
46
47void DoDeflate(int flush, z_stream* zStream, WriteStream* out, unsigned char* inBuffer,
48 size_t inBufferSize) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected