Searched refs:CvAllocFunc (Results 1 – 2 of 2) sorted by relevance
76 static CvAllocFunc p_cvAlloc = icvDefaultAlloc;80 CV_IMPL void cvSetMemoryManager( CvAllocFunc alloc_func, CvFreeFunc free_func, void* userdata ) in cvSetMemoryManager()
1547 typedef void* (CV_CDECL *CvAllocFunc)(size_t size, void* userdata); typedef1552 CVAPI(void) cvSetMemoryManager( CvAllocFunc alloc_func CV_DEFAULT(NULL),