TuttleOFX
1
|
#include <cstddef>
#include <new>
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 |