Home | History | Annotate | Download | only in include

Lines Matching refs:cvFree

89    (that all call cvFree) take double pointer in order to
94 #define cvFree(ptr) (cvFree_(*(ptr)), *(ptr)=0)
158 cvFree( &mat->refcount );
166 cvFree( &mat->refcount );
1551 will be called by cvAlloc, cvFree and higher-level functions (e.g. cvCreateImage) */