aboutsummaryrefslogtreecommitdiff
path: root/src/support/lockedpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Remove duplicate includespracticalswift2018-04-091-1/+0
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan2018-03-221-25/+45
|\ \
| * | fix nits: variable naming, typosMartin Ankerl2018-01-061-13/+13
| * | Use best-fit strategy in Arena, now O(log(n)) instead O(n)Martin Ankerl2017-12-291-25/+45
* | | Fix typosDimitris Apostolou2018-03-211-1/+1
| |/ |/|
* | 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
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-6/+6
* Do not shadow variables (gcc set)Pavel Janík2016-12-051-2/+2
* LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-021-66/+56
* LockedPool: fix explosion for illegal-sized allocKaz Wesley2016-11-021-0/+5
* Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.Pavel Janík2016-11-021-3/+10
* support: Add LockedPoolWladimir J. van der Laan2016-10-271-0/+383