![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
Manage a custom memory allocation system. More...
Inherited by ObjectMemoryDefault, ObjectMemoryDeferFree, and ObjectMemoryPools.
Public Member Functions | |
virtual void | init ()=0 |
Must implement, normally this starts a background thread. |
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.
virtual void ObjectMemoryBase::init | ( | ) | [pure virtual] |
Must implement, normally this starts a background thread.