David Herrmann
95d78c7e7c
util: add alloca_align()
...
The alloca_align() helper is the alloca() equivalent of posix_memalign().
As there is no such function provided by glibc, we simply account for
additional memory and return a pointer offset into the allocated memory to
grant the alignment.
Furthermore, alloca0_align() is added, which simply clears the allocated
memory.
2014-09-22 14:27:02 +02:00
..
2014-07-03 15:50:57 +02:00
2014-08-18 18:43:48 +02:00
2014-07-29 19:19:49 +02:00
2014-06-22 00:36:19 +02:00
2014-07-20 19:48:16 -04:00
2014-08-30 17:41:32 -04:00
2014-09-18 12:09:10 +02:00
2014-06-20 00:10:47 -04:00
2014-08-21 17:24:21 +02:00
2014-03-25 04:08:16 +01:00
2014-07-20 19:48:16 -04:00
2014-08-18 18:43:52 +02:00
2014-09-18 12:09:10 +02:00
2014-09-15 16:08:50 +02:00
2014-02-21 03:50:12 +01:00
2014-07-31 08:56:03 -04:00
2014-09-15 16:08:50 +02:00
2014-03-14 01:49:44 +01:00
2014-08-11 20:13:38 +02:00
2014-05-15 15:29:58 +02:00
2014-03-24 03:22:44 +01:00
2014-09-08 14:12:56 +02:00
2014-08-26 20:31:31 +02:00
2014-09-15 16:08:50 +02:00
2014-07-17 20:23:53 +02:00
2014-06-24 02:40:50 +02:00
2014-07-11 16:43:53 +02:00
2014-04-03 18:09:24 +02:00
2014-07-20 19:48:16 -04:00
2014-08-18 18:43:45 +02:00
2013-12-03 22:27:45 +01:00
2014-07-31 08:56:03 -04:00
2014-09-08 11:06:45 +02:00
2014-08-18 18:44:00 +02:00
2014-01-28 13:47:35 +01:00
2014-09-16 12:12:56 +02:00
2014-09-14 22:47:21 +02:00
2014-09-15 16:08:50 +02:00
2014-07-20 19:48:16 -04:00
2014-02-08 13:07:39 -05:00
2014-09-22 14:27:02 +02:00
2014-06-06 19:41:24 +02:00