pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Public Member Functions
ObjectMemoryBase Class Reference

Manage a custom memory allocation system. More...

Inherited by ObjectMemoryDefault, ObjectMemoryDeferFree, and ObjectMemoryPools.

List of all members.

Public Member Functions

virtual void init ()=0
 Must implement, normally this starts a background thread.

Detailed Description

Manage a custom memory allocation system.

An ObjectMemoryBase subclass manages a Memory instance. Care should be take for this to be created before any other objects EXCEPT for Memory instances.


Member Function Documentation

virtual void ObjectMemoryBase::init ( ) [pure virtual]

Must implement, normally this starts a background thread.


The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties