|
From: Jeremy F. <je...@go...> - 2004-03-13 11:52:55
|
On Sat, 2004-03-13 at 03:30, Nicholas Nethercote wrote: > Um, problem with that is that non-4-byte aligned mallocs are done with > VG_(arena_malloc_aligned)(), rather than VG_(arena_malloc)(). So now > VG_(arena_malloc)() won't be used at all unless one sets --alignment=4. Returning unaligned pointers is worse. J |