Home | History | Annotate | Download | only in src

Lines Matching refs:cvMemStorageAlloc

217     CV_CALL( map->table = (void**)cvMemStorageAlloc( storage, start_tab_size ));
2094 CV_CALL( chunk = (CvAttrList*)cvMemStorageAlloc( fs->memstorage, attr_buf_size ));
2694 CV_CALL( fs->filename = (char*)cvMemStorageAlloc( fs->memstorage, strlen(filename)+1 ));