MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~ThreadlocalSharedPtr

Method ~ThreadlocalSharedPtr

include/dmlc/memory.h:162–164  ·  view source on GitHub ↗

! * \brief destructor */

Source from the content-addressed store, hash-verified

160 * \brief destructor
161 */
162 ~ThreadlocalSharedPtr() {
163 DecRef(block_);
164 }
165 /*!
166 * \brief move assignment
167 * \param other another object to be assigned.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected