We write (char *) pointers to a malloc bloc that is double aligned; need to make sure the assumption that the alignment is compatible is true, e.g. in startup assertions.
I believe this is going to be TRUE just about everywhere, unless somewhere there is a 128 bit system with 64 bit doubles.
We write
(char *)
pointers to a malloc bloc that isdouble
aligned; need to make sure the assumption that the alignment is compatible is true, e.g. in startup assertions.I believe this is going to be TRUE just about everywhere, unless somewhere there is a 128 bit system with 64 bit doubles.