Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 25 of 52) sorted by relevance

123

/external/libexif/libexif/
Dexif-mem.c7 ExifMemAllocFunc alloc_func; member
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, in exif_mem_new() argument
39 if (!alloc_func && !realloc_func) in exif_mem_new()
41 mem = alloc_func ? alloc_func (sizeof (ExifMem)) : in exif_mem_new()
46 mem->alloc_func = alloc_func; in exif_mem_new()
82 if (mem->alloc_func || mem->realloc_func) in exif_mem_alloc()
83 return mem->alloc_func ? mem->alloc_func (ds) : in exif_mem_alloc()
/external/opencv/cxcore/src/
Dcxalloc.cpp80 CV_IMPL void cvSetMemoryManager( CvAllocFunc alloc_func, CvFreeFunc free_func, void* userdata ) in cvSetMemoryManager() argument
86 if( (alloc_func == 0) ^ (free_func == 0) ) in cvSetMemoryManager()
89 p_cvAlloc = alloc_func ? alloc_func : icvDefaultAlloc; in cvSetMemoryManager()
/external/zlib/src/contrib/ada/
Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
Dzlib-thin.adb102 Alloc : in alloc_func;
/external/zlib/src/
Duncompr.c42 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
/external/qemu/distrib/zlib-1.2.3/
Duncompr.c44 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
94 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h46 # define alloc_func z_alloc_func macro
/external/chromium_org/third_party/zlib/
Duncompr.c42 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
Dmozzconf.h116 #define alloc_func MOZ_Z_alloc_func macro
Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
/external/chromium_org/chrome/browser/metrics/
Dcompression_utils.cc42 stream.zalloc = static_cast<alloc_func>(0); in GzipCompressHelper()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/external/zlib/src/test/
Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/external/open-vcdiff/src/zlib/
Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
94 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h46 # define alloc_func z_alloc_func macro
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
94 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h46 # define alloc_func z_alloc_func macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
94 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h46 # define alloc_func z_alloc_func macro
/external/zlib/
Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */

123