Go to the source code of this file.
Classes | |
| struct | OfxMemorySuiteV1 |
| The OFX suite that implements general purpose memory management. More... | |
Defines | |
| #define | kOfxMemorySuite "OfxMemorySuite" |
Typedefs | |
| typedef OfxMemorySuiteV1 | OfxMemorySuiteV1 |
| The OFX suite that implements general purpose memory management. | |
|
|
|
|
|
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.
|