History log of /external/fio/memalign.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e43606c2b13ad7fc1af2bbe4a61cf8480ee3a532 20-Feb-2012 Bruce Cran <bruce@cran.org.uk> Fix assumption that pointers fits in a 'long'

Windows uses LLP64 model so [u]intptr_t is more correct.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/memalign.c
91aea6ec78170ffeb64a2a374ba69bce4986b86f 25-Apr-2011 Jens Axboe <jaxboe@fusionio.com> Add simple aligned alloc helper

We don't have posix_memalign() on some Solaris and Darwin, so just
add a poor mans implementation of it. Outside of arch code where
we have proper posix_memalign(), this is only used to ensure good
alignment of the io_u in the core code.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
/external/fio/memalign.c