MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / refcount

Method refcount

src/common/IContext.h:84–87  ·  view source on GitHub ↗

Reference counter accessor * * @return The number of references pointing to this object */

Source from the content-addressed store, hash-verified

82 * @return The number of references pointing to this object
83 */
84 int refcount() const
85 {
86 return _refcount;
87 }
88 /** Checks if an object is valid
89 *
90 * @return True if sucessful otherwise false

Callers 3

set_cl_ctxMethod · 0.80
AclDestroyContextFunction · 0.80
AclSetClContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected