Searched defs:zfree (Results 1 – 6 of 6) sorted by relevance
90 static free_func zfree = myfree; variable95 static free_func zfree = (free_func)0; variable
98 static free_func zfree = myfree; variable103 static free_func zfree = (free_func)0; variable
73 static free_func zfree = myfree; variable78 static free_func zfree = (free_func)0; variable
190 void zfree(void *ptr) { in zfree() function
99 free_func zfree; /* used to free the internal state */ member
907 zfree(void *addr, struct malloc_type *mtp) in zfree() function