getStdAllocator  1881 modules/core/include/opencv2/core/mat.hpp     static MatAllocator* getStdAllocator();
getStdAllocator  2300 modules/core/include/opencv2/core/mat.hpp     static MatAllocator* getStdAllocator();
getStdAllocator   395 modules/core/src/matrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
getStdAllocator   433 modules/core/src/matrix.cpp         (u->currAllocator ? u->currAllocator : allocator ? allocator : getStdAllocator())->unmap(u);
getStdAllocator  4163 modules/core/src/ocl.cpp         matStdAllocator = Mat::getStdAllocator();
getStdAllocator  4768 modules/core/src/ocl.cpp             Mat::getStdAllocator()->download(u, dstptr, dims, sz, srcofs, srcstep, dststep);
getStdAllocator  4887 modules/core/src/ocl.cpp             Mat::getStdAllocator()->upload(u, srcptr, dims, sz, dstofs, dststep, srcstep);
getStdAllocator    94 modules/core/src/umatrix.cpp     return Mat::getStdAllocator();
getStdAllocator   218 modules/core/src/umatrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
getStdAllocator   224 modules/core/src/umatrix.cpp     UMat::getStdAllocator()->allocate(temp_u, accessFlags, usageFlags); // TODO result is not checked
getStdAllocator   262 modules/core/src/umatrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
getStdAllocator   141 modules/python/src2/cv2.cpp     NumpyAllocator() { stdAllocator = Mat::getStdAllocator(); }