daan
|
ef8e5d18a6
|
replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130
|
2020-07-26 18:01:33 -07:00 |
|
daan
|
3e198cc87d
|
fix too strict assertion (issue #204)
|
2020-02-14 11:11:57 -08:00 |
|
daan
|
e981e9227e
|
ensure thread delayed freeing is correct during heap_absorb; #204
|
2020-02-13 13:12:19 -08:00 |
|
daan
|
0099707af9
|
use delayed free for all pages; reduce size of the page structure for improved address calculation
|
2020-01-15 17:19:01 -08:00 |
|
Daan Leijen
|
4d4a2885f5
|
use atomic read/write on the page->heap field where concurrent interaction is possible
|
2019-11-20 13:19:17 -08:00 |
|
daan
|
fdfa6ed260
|
fix warnings at high warning level in msvc
|
2019-10-17 16:56:57 -07:00 |
|
daan
|
23812cc0ac
|
do not keep a queue of huge pages and free them directly
|
2019-08-24 15:45:14 -07:00 |
|
daan
|
15552eba79
|
ensure volatile declaration for abandoned_next field
|
2019-08-23 21:39:27 -07:00 |
|
Daan Leijen
|
069c26dbab
|
fix small object size check in mi_segment_page_alloc
|
2019-08-16 18:40:30 -07:00 |
|
daan
|
ed785253bf
|
restructure the page flags to use explicit masks
|
2019-08-10 17:48:00 -07:00 |
|
daan
|
7b16aa9302
|
remove accidental commit of different size bins experiment
|
2019-08-09 11:22:38 -07:00 |
|
daan
|
442bad9190
|
add good-fit for allowing larger blocks in smaller segments
|
2019-08-09 11:18:38 -07:00 |
|
daan
|
8a6b474fa0
|
merge from dev
|
2019-07-11 16:32:11 -07:00 |
|
daan
|
72a39c0bb1
|
initial fix for delayed freeing of huge pages transferred between threads
|
2019-07-11 13:30:40 -07:00 |
|
daan
|
493dfc4b82
|
merge with dev
|
2019-07-08 15:42:42 -07:00 |
|
daan
|
7f0137a617
|
Fix compilation error with MSVC C++
|
2019-07-07 21:59:53 -07:00 |
|
daan
|
06bcea1761
|
Initial commit of separate memory region layer and improved large OS pages support, see 'memory.c'
|
2019-07-02 07:23:24 -07:00 |
|
daan
|
12d756e7b2
|
fix page count of heap when absorbing
|
2019-06-27 13:32:44 -07:00 |
|
Jim Huang
|
b1d299b35b
|
Clarify top-level license file
To be consistent with other Microsoft open source projects, each source
file points to the file "LICENSE" in top-level directory.
|
2019-06-23 19:53:34 +08:00 |
|
Sungmann Cho
|
def97b0fd1
|
Fix spelling errors
aligment -> alignment
purgable -> purgeable
thead -> thread
|
2019-06-23 00:09:11 +09:00 |
|
daan
|
26a874eb3f
|
initial checkin
|
2019-06-19 16:26:12 -07:00 |
|