Daan Leijen
|
1feb6123d9
|
make all includes relative
|
2021-06-06 20:31:36 -07:00 |
daan
|
c86459afef
|
split bitmap code into separate header and source file
|
2020-09-08 10:14:13 -07:00 |
daan
|
0a3e5bb699
|
further fixes to compile on mingw without warnings (issue #217)
|
2020-04-06 10:56:53 -07:00 |
daan
|
4faf412f53
|
move 'memory.c' to 'region.c'
|
2020-01-25 13:28:49 -08:00 |
Daan
|
97bd204c42
|
Merge branch 'dev' into kile/stl
|
2020-01-16 15:33:13 -08:00 |
Kirsten Lee
|
526bee6843
|
merge stl and main header
|
2020-01-16 15:17:15 -08:00 |
Kirsten Lee
|
743e891738
|
add stl mimalloc wrapper
|
2020-01-06 16:18:22 -08:00 |
daan
|
ba87a39d9f
|
updated random cookie generation using OS primitives and chacha20
|
2019-12-22 19:37:49 -08:00 |
daan
|
378716c467
|
refactor and improve atomic bitmap usage
|
2019-11-07 10:26:52 -08:00 |
daan
|
00e19cad9a
|
refactor region code, split out atomic bitmap
|
2019-11-06 21:37:23 -08:00 |
daan
|
d36d04b4a6
|
add arena for huge page management
|
2019-10-31 15:35:10 -07:00 |
daan
|
33f4ec4ac6
|
put new-delete overrides in separate header file
|
2019-09-15 19:19:00 -07:00 |
daan
|
e2202f6bbe
|
update vs2019 projects
|
2019-09-09 12:56:15 -07:00 |
Jakub Szymanski
|
1a7b1783fa
|
changed strategy to reduce contention for region search and vs2019 project fix
|
2019-09-05 08:13:52 -07:00 |
Kirsten Lee
|
6165177cb1
|
provide a set of solutions that use the vs2019 vcruntime
|
2019-08-20 16:19:16 -07:00 |