\brief Default constructor - initializes to NULL.
| 3023 | public: |
| 3024 | //! \brief Default constructor - initializes to NULL. |
| 3025 | Memory() : detail::Wrapper<cl_type>() { } |
| 3026 | |
| 3027 | /*! \brief Constructor from cl_mem - takes ownership. |
| 3028 | * |
nothing calls this directly
no outgoing calls
no test coverage detected