Lines Matching defs:MZ_FREE
954 // mz_free() internally uses the MZ_FREE() macro (which by default calls free()
1933 #define MZ_FREE(x) (void)x, ((void)0)
1937 #define MZ_FREE(x) free(x)
2015 void mz_free(void *p) { MZ_FREE(p); }
2025 MZ_FREE(address);
3007 MZ_FREE(pBuf);
3018 MZ_FREE(pBuf);
3070 MZ_FREE(pDict);
4393 MZ_FREE(pComp);
4521 MZ_FREE(pComp);
4538 MZ_FREE(pComp);
4539 MZ_FREE(out_buf.m_pBuf);
4596 MZ_FREE(pComp);
4597 MZ_FREE(out_buf.m_pBuf);
4606 MZ_FREE(pComp);