template<class T> void return_temporary_buffer(T *p);
The template function frees the storage designated by p, which must be earlier allocated by a call to get_temporary_buffer.
p
get_temporary_buffer