return_temporary_buffer

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.