aboutsummaryrefslogtreecommitdiff
path: root/src/bench/lockedpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan2018-03-221-1/+1
|\
| * Use best-fit strategy in Arena, now O(log(n)) instead O(n)Martin Ankerl2017-12-291-1/+1
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-2/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-2/+2
* Do not shadow variables (gcc set)Pavel Janík2016-12-051-2/+2
* bench: Add benchmark for lockedpool allocation/deallocationWladimir J. van der Laan2016-10-271-0/+47