Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dexample.c95 static alloc_func zalloc = myalloc; variable
100 static alloc_func zalloc = (alloc_func)0; variable
H A Dexample_original.c89 static alloc_func zalloc = myalloc; variable
94 static alloc_func zalloc = (alloc_func)0; variable
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dtest_aligned_alloc.cc41 TEST(zalloc, aligned_64) { in TEST() argument
Dexample.c45 static alloc_func zalloc = NULL; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/
Dfuzzer_example_small.c20 static alloc_func zalloc = NULL; variable
Dfuzzer_example_flush.c20 static alloc_func zalloc = NULL; variable
Dfuzzer_example_large.c21 static alloc_func zalloc = NULL; variable
Dfuzzer_example_dict.c20 static alloc_func zalloc = NULL; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dzutil.c115 void Z_INTERNAL *zng_alloc_aligned(zng_calloc_func zalloc, void *opaque, unsigned items, unsigned s… in zng_alloc_aligned()
Dzlib.h.in118 alloc_func zalloc; /* used to allocate the internal state */ member
Dzlib-ng.h.in109 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/external/wayland/src/
H A Dwayland-private.h231 zalloc(size_t s) in zalloc() function
/aosp_15_r20/external/zlib/google/
H A Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs44 uint zalloc; field
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/zlib/
Dzlib.h141 alloc_func zalloc; /* used to allocate the internal state */ member

123