Garbage collector in an audio unit
Garbage collector in an audio unit
- Subject: Garbage collector in an audio unit
- From: paul Fultz <email@hidden>
- Date: Sun, 23 May 2010 16:17:41 -0700 (PDT)
Now I have a framework for audio processing that uses Hans-boehm garbage collector, and of course I dont do any memory allocations during the process call. I was wondering if it was possible to use this in an audio unit since it is ran inside the host. The Hans-boehm gc requires an initialize command at the beginning of the program on the mac. This may not be possible in an audio unit. Does anyone have experience with this? Also, if I cant use Hans-boehm gc, perhaps I could use cocoas garbage collector. I dont know if it will manage c++ memory also. That part I could ask in the cocoa mailing list.
Thanks,
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden