Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/zlib/
A Dzlib.h82 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
99 alloc_func zalloc; /* used to allocate the internal state */
A Dzconf.h148 # define alloc_func z_alloc_func macro
A Dinflate.c111 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
210 if (strm->zalloc == (alloc_func)0) {

Completed in 9 milliseconds