K 10 svn:author V 7 davidxu K 8 svn:date V 27 2014-02-22T11:06:48.378014Z K 7 svn:log V 297 Increase alignment to size of pointer if the alignment is too small. Some modules do not align data at least to size of pointer, they uses a smaller alignment, but our pointer should be aligned to its native boundary, otherwise on some platforms, hardware alignment checking will cause bus error. END