Searched defs:alloc_func (Results 1 - 8 of 8) 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/chromium/sdch/open-vcdiff/src/
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/qemu/distrib/zlib-1.2.3/
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/zlib/
H A Dzconf.in.h46 # define alloc_func 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.h125 # define alloc_func z_alloc_func macro

Completed in 102 milliseconds