Move aligned_malloc() to utils
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Fri, 17 Sep 2010 14:52:20 +0000 (17:52 +0300)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 12:50:17 +0000 (08:50 -0400)
commitfd3c87d460a6d1803880d17af416cce344a086c4
treec3d75101cfa9cc192f5147bdef3f82f98796448e
parentf474783607e51183d31814972d0f055907876079
Move aligned_malloc() to utils

The aligned_malloc() routine will be used in more than one test utility.
At least, a low-level blitter benchmark needs it. Therefore, let's make
this function a part of common test utilities code.
test/blitters-test.c
test/utils.c
test/utils.h