Searched defs:zalloc (Results 1 – 15 of 15) sorted by relevance
41 void *zalloc(size_t size) in zalloc() function
72 static alloc_func zalloc = myalloc; variable77 static alloc_func zalloc = (alloc_func)0; variable
112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
80 alloc_func zalloc; /* used to allocate the internal state */ member
44 uint zalloc; field
67 zalloc(size_t size) in zalloc() function
97 alloc_func zalloc; /* used to allocate the internal state */ member
98 alloc_func zalloc; /* used to allocate the internal state */ member
174 zalloc(size_t s) in zalloc() function
1054 zalloc; // optional heap allocation function (defaults to malloc) member