Home
last modified time | relevance | path

Searched hist:eab68f795a5cfe398a635980176572357983e53e (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Dxmalloc.cdiff eab68f795a5cfe398a635980176572357983e53e Sat Feb 22 12:06:48 CET 2014 David Xu <davidxu@FreeBSD.org> 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.