about summary refs log tree commit diff
path: root/src/malloc/memalign.c
Commit message (Collapse)AuthorAgeFilesLines
* implement "low hanging fruit" from C11Rich Felker2012-08-251-7/+1
| | | | | | | | based on Gregor's patch sent to the list. includes: - stdalign.h - removing gets in C11 mode - adding aligned_alloc and adjusting other functions to use it - adding 'x' flag to fopen for exclusive mode
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+13