Re: RE: I thought audio processing threads weren't supposed to call malloc
Re: RE: I thought audio processing threads weren't supposed to call malloc
- Subject: Re: RE: I thought audio processing threads weren't supposed to call malloc
- From: Ian Kemmish <email@hidden>
- Date: Tue, 23 Dec 2014 07:26:08 +0000
On 22 Dec 2014, at 22:51, Steven Clark <email@hidden> wrote:
> Brk() doesn’t affect asymptotic behavior because either your program grows infinitely and therefore has no asymptotic behavior, or it reaches a point after which it no longer needs to call brk()
This is all getting increasingly off-topic (well, it is Christmas), but I'll just add that when I first ported my PostScript interpreter to NextStep, I discovered that brk(2) isn't even a system call in Mach-based systems. It's all based on discontiguous "regions" of memory, as I recall.....
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ian Kemmish 18 Durham Close, Biggleswade, Beds SG18 8HZ
email@hidden Tel: +44 1767 601361 Mob: +44 7952 854387
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
_______________________________________________
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