mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #5767 from dtmoodie:cpu_mat_memory_allocator
This commit is contained in:
@@ -1895,6 +1895,8 @@ public:
|
||||
MatAllocator* allocator;
|
||||
//! and the standard allocator
|
||||
static MatAllocator* getStdAllocator();
|
||||
static MatAllocator* getDefaultAllocator();
|
||||
static void setDefaultAllocator(MatAllocator* allocator);
|
||||
|
||||
//! interaction with UMat
|
||||
UMatData* u;
|
||||
|
||||
Reference in New Issue
Block a user