[Cbe-oss-dev] Memalign and free doesn't work

Geoff Levand geoffrey.levand at am.sony.com
Wed Oct 14 03:45:05 EST 2009


On 10/10/2009 06:13 AM, Philip Pratt-Szeliga wrote:
> Hello,
> 
> I am noticing that memalign and free doesn't work on the ps3.

The POSIX standard says that free() doesn't need to free the
resources from a memalign().  I guess that is what is happening
here.

If possible, I recommend you convert your program to use
statically allocated variables.

-Geoff




More information about the cbe-oss-dev mailing list