Searched defs:zalloc (Results 1 – 7 of 7) sorted by relevance
72 static alloc_func zalloc = myalloc; variable77 static alloc_func zalloc = (alloc_func)0; variable
80 alloc_func zalloc; /* used to allocate the internal state */ member
44 uint zalloc; field
97 alloc_func zalloc; /* used to allocate the internal state */ member
98 alloc_func zalloc; /* used to allocate the internal state */ member
302 mz_alloc_func zalloc; // optional heap allocation function (defaults to malloc) member
Completed in 25 milliseconds