Searched defs:MZ_FREE (Results 1 – 1 of 1) sorted by relevance
172 #define MZ_FREE(x) (void)x, ((void)0) macro176 #define MZ_FREE(x) free(x) macro