libcruft-util/alloc
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
..
raw alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00
allocator.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
allocator.hpp build: migrate from ipp files to pure hpp files 2018-02-28 11:49:13 +11:00
arena.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
arena.hpp build: migrate from ipp files to pure hpp files 2018-02-28 11:49:13 +11:00
fwd.hpp alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00