Home
last modified time | relevance | path

Searched refs:child_storage (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3451 CvMemStorage* child_storage = 0; in cvCreateGraphScanner() local
3470 CV_CALL( child_storage = cvCreateChildMemStorage( graph->storage )); in cvCreateGraphScanner()
3473 sizeof(CvGraphItem), child_storage )); in cvCreateGraphScanner()
3488 cvReleaseMemStorage( &child_storage ); in cvCreateGraphScanner()