1
0
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:
Vadim Pisarevsky
2015-12-10 14:32:04 +00:00
4 changed files with 29 additions and 10 deletions
@@ -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;