Commit Graph

226 Commits

Author SHA1 Message Date
Xinglong He 0f5a8b1eea add etw support 2023-03-11 17:30:21 -08:00
Daan Leijen 8184e9de1f Merge branch 'dev' into dev-slice 2023-03-06 10:29:27 -08:00
Daan Leijen 2e6ab0f230 add documentation for tracking tools; rename with prefix MI_TRACK_tool 2023-03-06 09:02:38 -08:00
Daan e4b9ea918f merge from dev 2023-03-04 14:52:30 -08:00
Daan 6dcebdc303 fix sizes in memory tracking and padding for huge alignments 2023-03-04 14:49:02 -08:00
Daan Leijen 5fe4a3480f revert default max align commit back to 16 2023-02-20 12:21:06 -08:00
daan 8be4cee418 change max align size to 8 2023-02-20 12:15:26 -08:00
Daan Leijen 92ffc25d79 merge from dev 2022-12-19 17:08:45 -08:00
Johannes Schindelin 745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
Daan Leijen ed82aa90ea merge from dev where huge objects are now part of page queues again 2022-11-22 21:54:58 -08:00
Daan Leijen 969d8bc5fe make huge pages part of the regular page queues again 2022-11-22 20:56:35 -08:00
Daan Leijen 83c027c4bf fix medium page size to 512k 2022-11-21 18:56:56 -08:00
Daan Leijen c007747169 back to 64k pages but 32MiB segments and a 1MiB minimal commit size 2022-11-21 15:03:15 -08:00
Daan Leijen 1a7f6f376d move threadid field 2022-11-21 10:22:50 -08:00
Daan Leijen 7ebd1c6daf merge from dev 2022-11-18 10:22:45 -08:00
Daan Leijen 18cf94dff6 move keys field in the page struct to keep offsets in the fast path the same for different build variants 2022-11-18 10:14:37 -08:00
Daan Leijen 82a765a255 experiment with 32KiB slices and increased MI_MIN_EXTEND 2022-11-18 09:38:01 -08:00
Daan Leijen b940543cd5 experiment with smaller segment size (32MiB) and finer minimal commit (1MiB) 2022-11-17 18:57:45 -08:00
daan c26c5da016 Merge branch 'dev' into dev-slice 2022-11-07 14:51:18 -08:00
daan 3e1d800e9b potential fix for windows static linking with thread creation in dll's 2022-11-07 14:47:53 -08:00
daan c55cc260ab merge from dev-align 2022-11-07 11:29:03 -08:00
daan 1f12c3dd12 remove MI_ALIGNMENT_MAX and add comments 2022-11-07 11:13:42 -08:00
daan 651a99b35d refine last slice setting for large alignments 2022-11-06 20:57:27 -08:00
daan 562efed54d fix full SEGMENT_SIZE internal alignment by adding one more slice entry 2022-11-06 20:36:51 -08:00
daan 4814a649be merge from dev-align 2022-11-06 16:23:42 -08:00