aboutsummaryrefslogtreecommitdiff
path: root/src/test/allocator_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-2/+2
* Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-3/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-021-2/+2
* LockedPool: test handling of invalid allocationsKaz Wesley2016-11-021-0/+10
* support: Add LockedPoolWladimir J. van der Laan2016-10-271-88/+192
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* allocators: split allocators and pagelockerCory Fields2015-03-201-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+3
* Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-0/+115