AllocType         358 modules/core/include/opencv2/core/cuda.hpp     static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
AllocType         360 modules/core/include/opencv2/core/cuda.hpp     explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
AllocType         364 modules/core/include/opencv2/core/cuda.hpp     HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
AllocType         365 modules/core/include/opencv2/core/cuda.hpp     HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
AllocType         368 modules/core/include/opencv2/core/cuda.hpp     explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
AllocType         425 modules/core/include/opencv2/core/cuda.hpp     AllocType alloc_type;
AllocType         385 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(AllocType alloc_type_)
AllocType         399 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_)
AllocType         407 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(Size size_, int type_, AllocType alloc_type_)
AllocType         415 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(InputArray arr, AllocType alloc_type_)
AllocType         136 modules/core/src/cuda_host_mem.cpp MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)