MCPcopy Create free account
hub / github.com/boostorg/compute / reference_count

Method reference_count

include/boost/compute/memory_object.hpp:94–97  ·  view source on GitHub ↗

Returns the reference count for the memory object.

Source from the content-addressed store, hash-verified

92
93 /// Returns the reference count for the memory object.
94 uint_ reference_count() const
95 {
96 return get_memory_info<uint_>(CL_MEM_REFERENCE_COUNT);
97 }
98
99 /// Returns information about the memory object.
100 ///

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64