Re: Where is 'valloc'?
Re: Where is 'valloc'?
- Subject: Re: Where is 'valloc'?
- From: David Duncan <email@hidden>
- Date: Tue, 25 Mar 2003 03:57:53 -0500
On Tuesday, March 25, 2003, at 03:16 AM, Steve wrote:
I thought users of this list may have tried to use the Apple vBigDSP
Altivec FFT sample, which uses calls to 'valloc'.
I can not find how to use valloc (in CW)
man valloc just says to use <unistd.h>, but this doesn't help.
Any help would be appreciated, or failing that, what is the preferred
G4 FFT code to use at the moment
Don't worry about valloc(). malloc() & NewPtr() always return
allocations that are 16-byte aligned (and recently this list also
stated that CoreAudio always provides 16-byte aligned buffers).
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.