Danny Robson c2265b9ed2 alloc: add aligned::foreign allocator
sometimes we need to ensure memory allocation has a particular alignment
in an _offset_ buffer (which we have no control over, eg renderdoc's
OpenGL buffers).

this applies an offset to various operations that make the
aligned::direct allocator correctly align allocations for buffers that
aren't themselves aligned.
2018-03-02 12:21:38 +11:00
..
2017-05-18 18:24:48 +10:00
2017-11-23 17:24:11 +11:00
2018-01-23 18:57:04 +11:00
2017-10-05 11:44:37 +11:00
2016-06-30 18:20:57 +10:00
2018-01-01 15:50:48 +11:00
2016-02-03 12:13:03 +11:00
2016-10-12 15:08:22 +11:00
2016-07-28 13:39:27 +10:00
2017-10-02 15:41:20 +11:00
2017-12-15 18:57:10 +11:00