libcruft-util/alloc/raw
Danny Robson 7af076e2de alloc: prefer std::byte representations for iterators
this allows the users to more easily walk the byte ranges (or perform
simply pointer arithmetic), without as much danger of using the values
in an expression inadvertantly.
2018-02-28 17:55:56 +11:00
..
affix.cpp Merge branch 'master' into coord 2017-11-23 17:24:11 +11:00
affix.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
aligned.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
dynamic.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
fallback.cpp alloc: seperate out the raw allocators from the adapters 2017-08-29 16:53:11 +10:00
fallback.hpp alloc: seperate out the raw allocators from the adapters 2017-08-29 16:53:11 +10:00
linear.cpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
linear.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
malloc.cpp Merge branch 'master' into coord 2017-11-23 17:24:11 +11:00
malloc.hpp alloc: seperate out the raw allocators from the adapters 2017-08-29 16:53:11 +10:00
null.cpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
null.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
stack.cpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00
stack.hpp alloc: prefer std::byte representations for iterators 2018-02-28 17:55:56 +11:00