Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

return_temporary_buffer


Memory Handling Primitive

Summary

A pointer-based primitive for handling memory.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

#include <memory>
template <class T>
void return_temporary_buffer (T* p, T*);

Description

The return_temporary_buffer templatized function returns a buffer, previously allocated through get_temporary_buffer, to available memory. Parameter p points to the buffer.

See Also

allocator, get_temporary_buffer



Previous fileTop of documentContentsIndexNext file
Copyright (c) 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998