posix_memalign should fail if size is not a multiple of sizeof(void *)
authorRich Felker <dalias@aerifal.cx>
Wed, 29 Jun 2011 23:26:30 +0000 (19:26 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 29 Jun 2011 23:26:30 +0000 (19:26 -0400)
commitf9ed11f3e1337d6bac6298db1d66d4f27bb59f6b
tree333f2524b56bff65277f51589b572a04f0fa4d5d
parent47e72e10d5e1c7e88b8e419586baf55b12141446
posix_memalign should fail if size is not a multiple of sizeof(void *)
src/malloc/posix_memalign.c