Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds