PAGE_LOCKED 358 modules/core/include/opencv2/core/cuda.hpp static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED); PAGE_LOCKED 360 modules/core/include/opencv2/core/cuda.hpp explicit HostMem(AllocType alloc_type = PAGE_LOCKED); PAGE_LOCKED 364 modules/core/include/opencv2/core/cuda.hpp HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED); PAGE_LOCKED 365 modules/core/include/opencv2/core/cuda.hpp HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED); PAGE_LOCKED 368 modules/core/include/opencv2/core/cuda.hpp explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED); PAGE_LOCKED 149 modules/core/src/cuda_host_mem.cpp case PAGE_LOCKED: flag = cudaHostAllocDefault; break; PAGE_LOCKED 228 modules/core/src/cuda_host_mem.cpp case PAGE_LOCKED: cudaSafeCall( cudaHostAlloc(&ptr, datasize, cudaHostAllocDefault) ); break; PAGE_LOCKED 67 modules/cudaarithm/test/test_stream.cpp src = cv::cuda::HostMem(cv::cuda::HostMem::PAGE_LOCKED);