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
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