MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / ~DevicePointer

Function ~DevicePointer

extensions/include/cuMat/src/DevicePointer.h:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 __host__ __device__
133 ~DevicePointer()
134 {
135 release();
136 }
137
138 __host__ __device__ T* pointer() { return pointer_; }
139 __host__ __device__ const T* pointer() const { return pointer_; }

Callers

nothing calls this directly

Calls 1

releaseFunction · 0.85

Tested by

no test coverage detected