Memory Handling Primitive
Pointer based primitive for handling memory
#include <memory>
template <class T> void return_temporary_buffer (T* p, T*);
The return_temporary_buffer templated function returns a buffer, previously allocated through get_temporary_buffer, to available memory. Parameter p points to the buffer.
allocate, get_temporary_buffer