Commit Graph

224 Commits

Author SHA1 Message Date
Daan Leijen c4c96d2f8d update older vs ide projects 2023-03-15 20:38:10 -07:00
Daan Leijen 9a2dbf373e move thread init to primitives 2023-03-15 13:35:23 -07:00
Daan Leijen 9b110090b2 move threadid and mi_get_default_heap to primitives 2023-03-14 20:35:00 -07:00
Daan Leijen 3579d3b861 move mi_thread_id to primitives 2023-03-14 19:38:45 -07:00
Daan Leijen 10f62eb5a1 add c primitives, move getenv into primitives 2023-03-14 18:10:00 -07:00
Daan Leijen 08a01d26dc initial commit of new primitive layer 2023-03-14 16:54:46 -07:00
Daan 6dcebdc303 fix sizes in memory tracking and padding for huge alignments 2023-03-04 14:49:02 -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 969d8bc5fe make huge pages part of the regular page queues again 2022-11-22 20:56:35 -08:00
Daan Leijen 35d332141d experimental destroy_on_exit option for statically linked mimalloc in a dynamically unloaded DLL 2022-11-18 11:00:23 -08:00
Daan Leijen 8834e128e8 improve mi_free codegen 2022-11-18 10:13:51 -08:00
daan 2479d168ad decommit unused prefix of large aligned blocks 2022-11-07 16:41:40 -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 2daec6c72f add more comments 2022-11-07 11:23:04 -08:00
Daan d3715132d1 move null ptr check 2022-11-06 09:52:54 -08:00
daan 4b91ff760d initial working large alignment 2022-11-05 16:40:42 -07:00
daan 6a80fa3ac1 initial progress on removing alignment limit 2022-11-05 14:46:52 -07:00
daan 698bb2cae7 split out _mi_page_try_use_delayed_free for contention reduction (issue #630) 2022-10-31 11:01:01 -07:00
daan 7bef5f5f5b reduce contention on the delayed_free lock; see issue #630 2022-10-31 10:34:55 -07:00
daan eee7c40da5 updates to run valgrind on test-api 2022-10-29 11:43:09 -07:00
daan bc8f23aa0d rename track macros to lowercase 2022-10-29 10:44:10 -07:00
daan 6eeb81ee05 initial progress on valgrind integration 2022-10-28 19:54:56 -07:00
Daan Leijen 864e4be5ce add is_aligned check 2022-04-20 17:33:31 -07:00
Daan Leijen 7bc602ebb4 redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
Daan Leijen d69d4c861f add zero parameter to primitive allocation to improve codegen for calloc etc 2022-04-19 18:32:35 -07:00