This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFC] V3 PATCH: Add support for aligned storage


Benjamin Kosnik <bkoz@redhat.com> writes:

| > Would it be possible to overload new operator here to call
| > memalign(3)?
| 
| Hmm. This is another really good idea. This would get past the 8 byte
| issue, and make it more useful generally.

However, I don't think it would help us here since the extension is
targetting memory with static or automatic duration.

Am I overlooking something?

-- Gaby


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