libcruft-util/test/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
..
aligned alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00
arena.cpp alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00
dynamic.cpp alloc: seperate out the raw allocators from the adapters 2017-08-29 16:53:11 +10:00
linear.cpp alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00
stack.cpp alloc: add aligned::foreign allocator 2018-03-02 12:21:38 +11:00