Standard C++ Library
Copyright 1998, Rogue Wave Software, Inc.
return_temporary_buffer
- A pointer-based primitive for handling memory.
#include <memory>
template <class T>
void return_temporary_buffer (T* p, T*);
The return_temporary_buffer_templatized function returns a
buffer, previously allocated through get_temporary_buffer,
to available memory. Parameter p points to the buffer.
allocator, get_temporary_buffer