Searched defs:alloc_func (Results 1 - 19 of 19) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxalloc.cpp80 CV_IMPL void cvSetMemoryManager( CvAllocFunc alloc_func, CvFreeFunc free_func, void* userdata ) argument
86 if( (alloc_func == 0) ^ (free_func == 0) )
89 p_cvAlloc = alloc_func ? alloc_func : icvDefaultAlloc;
/external/libexif/libexif/
H A Dexif-mem.c7 ExifMemAllocFunc alloc_func; member in struct:_ExifMem
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, argument
39 if (!alloc_func && !realloc_func)
41 mem = alloc_func ? alloc_func (sizeof (ExifMem)) :
46 mem->alloc_func = alloc_func;
82 if (mem->alloc_func || mem->realloc_func)
83 return mem->alloc_func ? mem->alloc_func (d
[all...]
/external/freetype/src/gzip/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
80 alloc_func zalloc; /* used to allocate the internal state */
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h46 # define alloc_func z_alloc_func macro
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h116 #define alloc_func MOZ_Z_alloc_func macro
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h114 # define alloc_func z_alloc_func macro
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/zlib/src/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/zlib/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h130 # define alloc_func z_alloc_func macro
H A Dzlib.h140 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
157 alloc_func zalloc; /* used to allocate the internal state */
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp20 void* FPDFAPI_FlateInit(void* (*alloc_func)(void*, unsigned int, unsigned int), argument
23 z_stream* p = (z_stream*)alloc_func(0, 1, sizeof(z_stream));
28 p->zalloc = alloc_func;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h130 # define alloc_func z_alloc_func macro
H A Dzlib.h144 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
161 alloc_func zalloc; /* used to allocate the internal state */

Completed in 318 milliseconds