This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
mallocating 16 byte aligned blocks...
- From: Kimmo Fredriksson <kfredrik at cs dot joensuu dot fi>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 12 Aug 2003 12:02:58 +0000 (UTC)
- Subject: mallocating 16 byte aligned blocks...
- Replyto: Kimmo Fredriksson <kfredrik@cs.joensuu.fi>
Hi,
I need to malloc blocks of memory that are quaranteed to be aligned to 16
byte boundaries. Should I write my own version of malloc, or is there a
simpler way to achieve this?
kf