Lines Matching defs:memory
325 * \return A memory pointer to the error message string.
518 //! \brief Constructs an empty string, allocating no memory.
661 //! \brief Destructor - frees memory used to hold the current value.
705 * This differs from std::vector<> not just in memory allocation,
721 //! \brief Constructs an empty vector with no memory allocated.
726 //! \brief Deallocates the vector's memory and destroys all of its elements.
740 * This does not deallocate memory but will invoke destructors
1728 static cl_int retain(cl_mem memory)
1729 { return ::clRetainMemObject(memory); }
1730 static cl_int release(cl_mem memory)
1731 { return ::clReleaseMemObject(memory); }
3058 __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { }
3125 /*! \brief Registers a callback function to be called when the memory object
3131 * to the list of functions called (in reverse order) when memory object's
3132 * resources are freed and the memory object is deleted.
6239 const Memory& memory,
6247 object_, memory(), mapped_ptr,
6321 * Enqueues a command to indicate with which device a set of memory objects
6794 const Memory& memory,
6809 queue(), memory(), mapped_ptr,