Main Page | Modules | Class List | File List | Class Members | File Members

ofxMemory.h File Reference


Detailed Description

This file contains the API for general purpose memory allocation from a host.

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.


Define Documentation

#define kOfxMemorySuite   "OfxMemorySuite"
 


Typedef Documentation

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.

Note:
C++ plugin developers will need to redefine new and delete as skins ontop of this suite.


Copyright 2003-2004 The Foundry Visonmongers Ltd. All rights reserved.
Copying and redistribution with or without modification, is permitted provided that the following conditions are met:
  1. Redistributions of the document must retain the above copyright notice and this list of conditions.
  2. Neither the name of The Foundry Visonmongers Ltd nor names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Automatic documentation generated by DOxygen.