summaryrefslogtreecommitdiffstats
path: root/include/jau/counting_allocator.hpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-3/+3
* callocator: Need ctor constexpr callocator(const callocator& other, const boo...Sven Gothel2021-01-071-8/+0
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-4/+4
* counting_allocator: avoid unused params, align C++20 implementation with C++17Sven Gothel2021-01-031-0/+8
* counting_allocator: Comply with 'C++ named requirements for Allocator', i.e. ...Sven Gothel2021-01-021-25/+32
* Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin...Sven Gothel2021-01-021-0/+7
* counting_allocator: Fix C++20 ctor; Add custom ctor to keep_statsSven Gothel2021-01-021-1/+9
* Add benchmark tests: cowvector and hashset, also using new counting_allocator...Sven Gothel2020-12-251-0/+211