libcruft-util/alloc
Danny Robson 1f432c13b7 build: avoid type truncation warnings
discovered with clang's -Wshorten-64-to-32
2016-05-12 17:39:33 +10:00
..
affix.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
affix.hpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
allocator.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
allocator.hpp build: tighten up some unneeded headers 2016-02-25 13:17:14 +11:00
allocator.ipp build: tighten up some unneeded headers 2016-02-25 13:17:14 +11:00
arena.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
arena.hpp build: tighten up some unneeded headers 2016-02-25 13:17:14 +11:00
arena.ipp alloc/arena: argument forwarding for acquire 2015-11-24 16:52:14 +11:00
dynamic.hpp add ref-qualifiers to avoid dangling refs/ptrs 2016-03-17 18:05:28 +11:00
fallback.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
fallback.hpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
fwd.hpp alloc/fwd: add forward decleration header 2016-02-10 14:05:44 +11:00
linear.cpp alloc: rename 'size' to 'used' 2015-11-30 16:08:07 +11:00
linear.hpp build: tighten up some unneeded headers 2016-02-25 13:17:14 +11:00
malloc.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
malloc.hpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
null.cpp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00
null.hpp alloc/null: add missing interface members 2016-02-10 14:04:08 +11:00
stack.cpp build: avoid type truncation warnings 2016-05-12 17:39:33 +10:00
stack.hpp alloc: rename 'size' to 'used' 2015-11-30 16:08:07 +11:00
stack.ipp alloc: add initial allocator stubs 2015-11-13 17:18:10 +11:00