mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Drop CvModule and cvSetMemoryManager
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user