about summary refs log tree commit diff homepage
path: root/unittests/KDAlloc/allocate.cpp
AgeCommit message (Collapse)Author
2023-07-10Simplify KDAlloc testsDaniel Schemmel
2023-04-18change some obsolete KDAlloc commentsJulian Büning
- mappings were only shared in a former version of KDAlloc - `AllocationFactory(std::size_t, std::uint32_t)`'s second parameter is used for quarantine size, not the location of the mapping
2023-03-16Add some unit tests for KDAllocDaniel Schemmel