[RFC] V3 PATCH: Add support for aligned storage

Gabriel Dos Reis gdr@integrable-solutions.net
Thu Aug 1 10:55:00 GMT 2002


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



More information about the Libstdc++ mailing list