Home
last modified time | relevance | path

Searched defs:zalloc (Results 1 – 19 of 19) sorted by relevance

/external/u-boot/fs/ext4/
Dext4_common.h43 static inline void *zalloc(size_t size) in zalloc() function
/external/oss-fuzz/projects/zlib/
Dexample_small_fuzzer.c19 static alloc_func zalloc = NULL; variable
Dexample_flush_fuzzer.c19 static alloc_func zalloc = NULL; variable
Dexample_large_fuzzer.c19 static alloc_func zalloc = NULL; variable
Dexample_dict_fuzzer.c19 static alloc_func zalloc = NULL; variable
/external/u-boot/lib/
Dgzip.c22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function
/external/python/cpython2/Modules/zlib/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/external/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/external/v8/third_party/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/external/wayland/src/
Dwayland-private.h234 zalloc(size_t s) in zalloc() function
Dscanner.c266 zalloc(size_t s) in zalloc() function
/external/freetype/src/gzip/
Dzlib.h80 alloc_func zalloc; /* used to allocate the internal state */ member
/external/v8/third_party/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/external/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/external/libiio/src/
Diio-private.h87 static inline void *zalloc(size_t size) in zalloc() function
/external/u-boot/include/u-boot/
Dzlib.h429 alloc_func zalloc; /* used to allocate the internal state */ member
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c163 zalloc(size_t s) in zalloc() function
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h114 mz_alloc_func zalloc; // optional heap allocation function (defaults to malloc) member