Home | History | Annotate | Download | only in src

Lines Matching refs:cv_heap

178         nv_heap = data->nv_heap; cv_heap = data->cv_heap;
298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage ));
824 if( params.cv_folds > 0 && cv_heap )
828 node->cv_Tn = (int*)cvSetNew( cv_heap );
908 cv_heap = nv_heap = 0;
2838 // do not call cvSetRemoveByPtr( cv_heap, node->cv_Tn )
2864 if( data->cv_heap )
2865 cvClearSet( data->cv_heap );