Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/examples/
Dexample_original.c89 static alloc_func zalloc = myalloc; variable
94 static alloc_func zalloc = (alloc_func)0; variable
Dexample.c95 static alloc_func zalloc = myalloc; variable
100 static alloc_func zalloc = (alloc_func)0; variable
/external/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/external/wayland/src/
Dwayland-private.h231 zalloc(size_t s) in zalloc() function
Dscanner.c272 zalloc(size_t s) in zalloc() function
/external/libwebsockets/win32port/zlib/
Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member
/external/freetype/src/gzip/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/
Dc.rs104 pub extern "C" fn zalloc(_ptr: *mut c_void, items: uInt, item_size: uInt) -> *mut c_void { in zalloc() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/
Dc.rs104 pub extern "C" fn zalloc(_ptr: *mut c_void, items: uInt, item_size: uInt) -> *mut c_void { in zalloc() function
/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/external/rust/android-crates-io/crates/flate2/src/ffi/
Dc.rs104 pub extern "C" fn zalloc(_ptr: *mut c_void, items: uInt, item_size: uInt) -> *mut c_void { in zalloc() function
/external/trusty/arm-trusted-firmware/lib/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/external/trace-cmd/tracecmd/
Dtrace-mem.c58 static void *zalloc(size_t size) in zalloc() function
Dtrace-hist.c52 static void *zalloc(size_t size) in zalloc() function
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c174 zalloc(size_t s) in zalloc() function
/external/mesa3d/src/panfrost/lib/kmod/
Dpan_kmod.h214 void *(*zalloc)(const struct pan_kmod_allocator *allocator, size_t size, member
/external/rust/android-crates-io/crates/libz-sys/src/
Dlib.rs96 pub zalloc: alloc_func, field
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h114 mz_alloc_func zalloc; // optional heap allocation function (defaults to malloc) member
/external/pytorch/third_party/miniz-2.1.0/
Dminiz.h297 mz_alloc_func zalloc; /* optional heap allocation function (defaults to malloc) */ member
/external/mesa3d/src/amd/vpelib/inc/
Dvpe_types.h365 vpe_zalloc_func_t zalloc; /**< Memory allocation */ member