TuttleOFX  1
ofxsMemory.h File Reference
#include <cstddef>
#include <new>
Include dependency graph for ofxsMemory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  OFX
 

The core 'OFX Support' namespace, used by plugin implementations. All code for these are defined in the common support libraries.


namespace  OFX::memory
 

Namespace for general purpose memory allocation.


Functions

void * OFX::memory::allocate (const std::size_t nBytes, ImageEffect *handle=0) throw ( std::bad_alloc )
 Allocate memory.
void OFX::memory::free (void *ptr) throw ()
 release memory