libcruft-util/alloc
Danny Robson 34788756d2 build: don't use './' as an include prefix
GCC produces ODR error when including paths of the form './foo' and
'foo' in the same binary. Rather than managing duplication we just
universally pick the absolute form over the relative form.
2017-11-22 16:49:37 +11:00
..
affix.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
affix.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
aligned.hpp build: silence unused var/func warnings 2016-10-11 21:43:07 +11:00
allocator.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
allocator.hpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
allocator.ipp build: tighten up some unneeded headers 2016-02-25 13:17:14 +11:00
arena.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
arena.hpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
arena.ipp alloc/arena: argument forwarding for acquire 2015-11-24 16:52:14 +11:00
dynamic.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
fallback.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
fallback.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
fwd.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
linear.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
linear.hpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
malloc.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
malloc.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
null.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
null.hpp alloc: duplicate methods with optional args 2016-10-10 20:59:26 +11:00
stack.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
stack.hpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
stack.ipp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00