/external/zstd/zlibWrapper/examples/ |
D | example_original.c | 89 static alloc_func zalloc = myalloc; variable 94 static alloc_func zalloc = (alloc_func)0; variable
|
D | example.c | 95 static alloc_func zalloc = myalloc; variable 100 static alloc_func zalloc = (alloc_func)0; variable
|
/external/zlib/google/ |
D | compression_utils_portable.cc | 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
|
/external/wayland/src/ |
D | wayland-private.h | 231 zalloc(size_t s) in zalloc() function
|
D | scanner.c | 272 zalloc(size_t s) in zalloc() function
|
/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 97 alloc_func zalloc; /* used to allocate the internal state */ member
|
/external/freetype/src/gzip/ |
D | zlib.h | 98 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/ |
D | c.rs | 104 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/ |
D | c.rs | 104 pub extern "C" fn zalloc(_ptr: *mut c_void, items: uInt, item_size: uInt) -> *mut c_void { in zalloc() function
|
/external/zlib/ |
D | zlib.h | 141 alloc_func zalloc; /* used to allocate the internal state */ member
|
/external/rust/android-crates-io/crates/flate2/src/ffi/ |
D | c.rs | 104 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/ |
D | zlib.h | 98 alloc_func zalloc; /* used to allocate the internal state */ member
|
/external/trace-cmd/tracecmd/ |
D | trace-mem.c | 58 static void *zalloc(size_t size) in zalloc() function
|
D | trace-hist.c | 52 static void *zalloc(size_t size) in zalloc() function
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 174 zalloc(size_t s) in zalloc() function
|
/external/mesa3d/src/panfrost/lib/kmod/ |
D | pan_kmod.h | 214 void *(*zalloc)(const struct pan_kmod_allocator *allocator, size_t size, member
|
/external/rust/android-crates-io/crates/libz-sys/src/ |
D | lib.rs | 96 pub zalloc: alloc_func, field
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 114 mz_alloc_func zalloc; // optional heap allocation function (defaults to malloc) member
|
/external/pytorch/third_party/miniz-2.1.0/ |
D | miniz.h | 297 mz_alloc_func zalloc; /* optional heap allocation function (defaults to malloc) */ member
|
/external/mesa3d/src/amd/vpelib/inc/ |
D | vpe_types.h | 365 vpe_zalloc_func_t zalloc; /**< Memory allocation */ member
|