Home | History | Annotate | Download | only in src

Lines Matching refs:temp_storage

51     tree_storage = temp_storage = 0;
65 tree_storage = temp_storage = 0;
167 cvReleaseMemStorage( &temp_storage );
177 temp_storage = data->temp_storage; data->temp_storage = 0;
295 CV_CALL( temp_storage = cvCreateMemStorage( temp_block_size ));
296 CV_CALL( nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nv_size, temp_storage ));
298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage ));
907 cvReleaseMemStorage( &temp_storage );