index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
lockedpool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-22
1
-25
/
+45
|
\
\
|
*
|
fix nits: variable naming, typos
Martin Ankerl
2018-01-06
1
-13
/
+13
|
*
|
Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Martin Ankerl
2017-12-29
1
-25
/
+45
*
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-6
/
+6
*
Do not shadow variables (gcc set)
Pavel Janík
2016-12-05
1
-2
/
+2
*
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
1
-66
/
+56
*
LockedPool: fix explosion for illegal-sized alloc
Kaz Wesley
2016-11-02
1
-0
/
+5
*
Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.
Pavel Janík
2016-11-02
1
-3
/
+10
*
support: Add LockedPool
Wladimir J. van der Laan
2016-10-27
1
-0
/
+383