TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | OfxMemorySuiteV1 |
The OFX suite that implements general purpose memory management. More... | |
Defines | |
#define | kOfxMemorySuite "OfxMemorySuite" |
Typedefs | |
typedef struct OfxMemorySuiteV1 | OfxMemorySuiteV1 |
The OFX suite that implements general purpose memory management. |
This file contains the API for general purpose memory allocation from a host.
Definition in file ofxMemory.h.
#define kOfxMemorySuite "OfxMemorySuite" |
Definition at line 41 of file ofxMemory.h.
Referenced by tuttle::host::ofx::OfxhHost::fetchSuite(), and OFX::Private::loadAction().
typedef struct OfxMemorySuiteV1 OfxMemorySuiteV1 |
The OFX suite that implements general purpose memory management.
Use this suite for ordinary memory management functions, where you would normally use malloc/free or new/delete on ordinary objects.
For images, you should use the memory allocation functions in the image effect suite, as many hosts have specific image memory pools.