This is the mail archive of the gcc-help@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: mallocating 16 byte aligned blocks...


See the manpage on posix_memalign (if your system has it) or memalign.

On Tuesday 12 August 2003 15:02, Kimmo Fredriksson wrote:
> 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
>
>
> ---------------------------------------------------------------
> Acasa.ro vine cu albumele, tu vino doar cu pozele ;)
> http://poze.acasa.ro/


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