aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/counting_callocator.hpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-4/+4
* callocator: Remove non-std ctor to keep statsSven Gothel2021-01-081-8/+0
* callocator: Need ctor constexpr callocator(const callocator& other, const boo...Sven Gothel2021-01-071-1/+1
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-0/+256