Home
last modified time | relevance | path

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

12

/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/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/
Duncompr.c42 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
Dzconf.in.h46 # define alloc_func 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 */
Dzconf.h125 # define alloc_func z_alloc_func macro
Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
Dinflate.c193 if (strm->zalloc == (alloc_func)0) {
1438 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
Dzconf.h.in125 # define alloc_func z_alloc_func macro
Dzconf.h.cmakein127 # define alloc_func z_alloc_func
/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
Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
Dinflate.c157 if (strm->zalloc == (alloc_func)0) {
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
Ddeflate.c243 if (strm->zalloc == (alloc_func)0) {
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/external/zlib/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/test/
Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/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/zlib/contrib/infback9/
Dinfback9.c33 if (strm->zalloc == (alloc_func)0) {
/external/openssl/crypto/comp/
Dc_zlib.c320 stream.zalloc = (alloc_func)0;

12