apply lazy resize and get ptr
| 153 | |
| 154 | //! apply lazy resize and get ptr |
| 155 | dt_byte* ptr() const { |
| 156 | return const_cast<TensorStorage*>(this)->apply_lazy_and_get_ptr(); |
| 157 | } |
| 158 | |
| 159 | /*! |
| 160 | * \brief usable size in bytes until end of allocated block |
nothing calls this directly
no test coverage detected