enum cv::cuda::HostMem::AllocType

#include <cuda.hpp>

enum AllocType
{
    PAGE_LOCKED    = 1,
    SHARED         = 2,
    WRITE_COMBINED = 4,
};