Home
last modified time | relevance | path

Searched refs:zalloc (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/kernel/
H A Dembedded_ts.c26 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() function
44 strm->zalloc = zalloc; in decompression_init()
/optee_os/core/lib/zlib/
H A Dzutil.h267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
H A Dinflate.c111 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
211 if (strm->zalloc == (alloc_func)0) {
215 strm->zalloc = zcalloc;
H A Dzlib.h99 alloc_func zalloc; /* used to allocate the internal state */ member
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c212 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() function
231 .zalloc = zalloc, in uncompress_image()