This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: operator new() alignment of PPC32


Hi,
> But why does ::operator new() return misaligned address?
> Rare using of long double, too? Or compatibility with malloc()?
>   
since we are talking about free software, why don't you lookup the
relevant source files? Then you will notice that our implementation
simply forwards to malloc, there isn't much more to say.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]