daanx
|
a5b7d7f264
|
subprocesses own arena's
|
2024-12-20 21:38:31 -08:00 |
|
daanx
|
7141d9f164
|
remove busy wait for arena reservation
|
2024-12-20 17:31:48 -08:00 |
|
daanx
|
bc459b5e16
|
Merge branch 'dev3' of https://github.com/microsoft/mimalloc into dev3
|
2024-12-20 16:46:18 -08:00 |
|
Daan Leijen
|
278f1ff556
|
merge from dev; match test-stress
|
2024-12-20 14:00:02 -08:00 |
|
Daan Leijen
|
f3d83e5fa6
|
insert full pages at the end of the queue; only override page candidate if the page is not too full
|
2024-12-20 13:55:31 -08:00 |
|
daanx
|
b2d1b4c472
|
Merge branch 'dev3-bin' of https://github.com/microsoft/mimalloc into dev3-bin
|
2024-12-20 13:10:55 -08:00 |
|
daanx
|
efa82e1c7d
|
Merge branch 'dev3' of https://github.com/microsoft/mimalloc into dev3
|
2024-12-20 13:10:16 -08:00 |
|
Daan Leijen
|
df82338d8a
|
don't override a page candidate with a page that is too full
|
2024-12-20 13:04:30 -08:00 |
|
Daan Leijen
|
13a58ac343
|
Merge branch 'dev3' into dev3-bin
|
2024-12-20 11:56:16 -08:00 |
|
Daan Leijen
|
5614c5052e
|
don't prefer high used candidate if it is too full
|
2024-12-20 11:56:04 -08:00 |
|
daanx
|
3746bf79ed
|
small fixes; max object size 1/8th of a pages
|
2024-12-19 21:30:03 -08:00 |
|
daanx
|
9a4c264e76
|
Merge branch 'dev3' into dev3-bin
|
2024-12-19 19:18:10 -08:00 |
|
daanx
|
de8001c107
|
add specialized is_set for 1 bit
|
2024-12-19 19:18:04 -08:00 |
|
daanx
|
264d5a6704
|
update stat adjustment for purging
|
2024-12-17 19:13:03 -08:00 |
|
daanx
|
fb90938408
|
adjust stats more clearly to avoid double counting commits
|
2024-12-17 19:11:23 -08:00 |
|
daanx
|
2a3969ffc7
|
Merge branch 'dev3' into dev3-bin
|
2024-12-17 18:57:20 -08:00 |
|
Daan Leijen
|
58b726be6f
|
better stats for commit on overcommit systems (by not counting on-demand commit upfront)
|
2024-12-17 18:57:00 -08:00 |
|
daanx
|
587eabe72b
|
Merge branch 'dev3' into dev3-bin
|
2024-12-17 18:10:37 -08:00 |
|
daanx
|
84bb1c2712
|
adjust stats more clearly to avoid double counting commits
|
2024-12-17 18:10:28 -08:00 |
|
daanx
|
21c05019b7
|
Merge branch 'dev' into dev3
|
2024-12-17 17:54:24 -08:00 |
|
daanx
|
617190880d
|
add ajust stats to compensate for double counting
|
2024-12-17 17:53:34 -08:00 |
|
daanx
|
34d03f3981
|
atomically clear purge bits when visiting
|
2024-12-17 12:32:18 -08:00 |
|
daanx
|
6e2a64b81e
|
merge from dev3
|
2024-12-17 11:58:02 -08:00 |
|
daanx
|
c585753dce
|
fix purging with ranges
|
2024-12-17 11:54:26 -08:00 |
|
daanx
|
68a90ceb9a
|
add ranges for purging
|
2024-12-17 11:44:14 -08:00 |
|
daanx
|
adfeb1f6f2
|
fix bug in bitmap_forall_ranges
|
2024-12-17 10:43:31 -08:00 |
|
daanx
|
fdad1a0d4f
|
fix infoslices needed calculation
|
2024-12-17 09:49:09 -08:00 |
|
daanx
|
d9397be178
|
comments
|
2024-12-16 10:00:32 -08:00 |
|
daanx
|
037cb167f8
|
comments
|
2024-12-16 09:51:54 -08:00 |
|
daanx
|
d2f670e6e5
|
add delay to purg'ing; call collect_retired every N generic allocs
|
2024-12-15 19:54:01 -08:00 |
|
daanx
|
3330d4353a
|
remove maxaccessed from general bitmaps
|
2024-12-15 19:15:00 -08:00 |
|
daanx
|
e24217e69c
|
more bbin size classes, bug fixes
|
2024-12-15 18:35:12 -08:00 |
|
daanx
|
df9009a060
|
wip: binned bitmap for the free slices
|
2024-12-15 17:15:56 -08:00 |
|
daanx
|
3153e5a4c5
|
small fixes
|
2024-12-15 13:47:33 -08:00 |
|
daanx
|
13ee94cef6
|
fix concurrent mi_tld access bug
|
2024-12-15 13:22:00 -08:00 |
|
daanx
|
4aeb2e1005
|
flexible clearN_ that can start at any index
|
2024-12-15 13:21:13 -08:00 |
|
daanx
|
b5dfd233e9
|
fix avx2 bug with atomics
|
2024-12-13 19:59:08 -08:00 |
|
daanx
|
216c04f8d9
|
clean up bitmap api
|
2024-12-13 18:39:03 -08:00 |
|
daanx
|
4c81c3cf90
|
enable purging of free committed slices from arenas
|
2024-12-13 13:17:00 -08:00 |
|
daanx
|
42af184ce9
|
wip: start on purge
|
2024-12-13 09:04:23 -08:00 |
|
daanx
|
ba39e4d65b
|
wip: start on purge
|
2024-12-13 09:03:17 -08:00 |
|
Daan
|
3010d5890f
|
fix assertion
|
2024-12-12 20:27:46 -08:00 |
|
daanx
|
e43eb1f191
|
nicer debug output
|
2024-12-12 20:22:24 -08:00 |
|
daanx
|
b53ac835f1
|
comment
|
2024-12-12 20:01:37 -08:00 |
|
daanx
|
623eaedf33
|
add debug output for page map; free tld on thread exit
|
2024-12-12 19:59:54 -08:00 |
|
daanx
|
637de624b3
|
fix free bug for meta data
|
2024-12-12 19:55:45 -08:00 |
|
daanx
|
d5c4a16e58
|
lower full page retain more aggressively in a threadpool
|
2024-12-12 17:57:36 -08:00 |
|
daanx
|
df956c4a17
|
use thread spacing for reclaim as well
|
2024-12-12 17:22:41 -08:00 |
|
daanx
|
98879ac8bc
|
use thread spacing for reclaim as well
|
2024-12-12 17:22:00 -08:00 |
|
daanx
|
118bd8c97f
|
space out threads when searching for free pages
|
2024-12-12 16:37:31 -08:00 |
|