aboutsummaryrefslogtreecommitdiff
path: root/src/support/lockedpool.h
AgeCommit message (Expand)Author
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-05-29Limit scope of all global std::once_flagMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-01-06Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-22Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-29Use best-fit strategy in Arena, now O(log(n)) instead O(n)Martin Ankerl
2017-09-16Refactor: Modernize disallowed copy constructors/assignmentDan Raviv
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2016-11-28Fix some typosfsb4000
2016-11-02LockedPool: avoid quadratic-time allocationKaz Wesley
2016-10-27support: Add LockedPoolWladimir J. van der Laan