Drop CvModule and cvSetMemoryManager

This commit is contained in:
Andrey Kamaev
2013-03-26 18:15:58 +04:00
parent db45e04d58
commit 6bf49d49e7
4 changed files with 8 additions and 155 deletions

View File

@@ -683,11 +683,6 @@ void fastFree( void* ptr )
}
CV_IMPL void cvSetMemoryManager( CvAllocFunc, CvFreeFunc, void * )
{
CV_Error( -1, "Custom memory allocator is not supported" );
}
CV_IMPL void* cvAlloc( size_t size )
{
return cv::fastMalloc( size );