Returns the reference count for the memory object.
| 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 | /// |
no outgoing calls