Home
last modified time | relevance | path

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

/external/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs44 uint zalloc; field
/external/chromium/third_party/zlib/
Dzlib.h94 alloc_func zalloc; /* used to allocate the internal state */ member
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h94 alloc_func zalloc; /* used to allocate the internal state */ member
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h94 alloc_func zalloc; /* used to allocate the internal state */ member
/external/zlib/
Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member
/external/qemu/
Dloader.c373 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function