Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c41 void *zalloc(size_t size) in zalloc() function
/third_party/zlib/test/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
/third_party/node/deps/v8/third_party/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/third_party/node/deps/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h80 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs44 uint zalloc; field
/third_party/libinput/src/
Dutil-strings.h67 zalloc(size_t size) in zalloc() function
/third_party/libwebsockets/win32port/zlib/
Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/node/deps/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/skia/third_party/externals/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/node/deps/v8/third_party/zlib/
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c174 zalloc(size_t s) in zalloc() function
/third_party/astc-encoder/Source/
Dtinyexr.h1054 zalloc; // optional heap allocation function (defaults to malloc) member