Searched defs:zfree (Results 1 – 13 of 13) sorted by relevance
73 static free_func zfree = myfree; variable78 static free_func zfree = (free_func)0; variable
116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
81 free_func zfree; /* used to free the internal state */ member
45 uint zfree; field
98 free_func zfree; /* used to free the internal state */ member
99 free_func zfree; /* used to free the internal state */ member
1055 mz_free_func zfree; // optional heap free function (defaults to free) member
296 # define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro