Re: I thought audio processing threads weren't supposed to call malloc
Re: I thought audio processing threads weren't supposed to call malloc
- Subject: Re: I thought audio processing threads weren't supposed to call malloc
- From: Kevin Dixon <email@hidden>
- Date: Mon, 22 Dec 2014 14:20:45 -0800
Do as I say not as I do. They are using an STL container which is using the new operator, which is implemented with malloc. They probably couldn't be bothered to write a custom allocator that used preallocated memory or something.
_______________________________________________
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