On Thu, May 29, 2008 at 11:31:28AM -0500, Kumar Gala wrote:
> #define bin_at(i) ((mbinptr)((char*)&(av_[2*(i) + 2]) - 2*SIZE_SZ))
> #define next_bin(b)((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
> #define prev_bin(b)((mbinptr)((char*)(b) - 2 * sizeof(mbinptr)))
> ..
>
> #define top
I'm building with a native ppc compiler (fedora 9 install) and I get:
dlmalloc.c:2444: warning: dereferencing type-punned pointer will break
strict-aliasing rules
dlmalloc.c:2483: warning: dereferencing type-punned pointer will break
strict-aliasing rules
dlmalloc.c:2483: warning: dereferencin