Commit Graph
1847 Commits
Author SHA1 Message Date
Daan Leijen 068d1d8842 increase timeout in pipeline for linux for tsan run 2023-03-29 12:27:22 -07:00
Daan Leijen 0ca31d2db1 fix pipeline for tsan 2023-03-29 12:20:29 -07:00
Daan Leijen 8e6a475386 add ubsan and tsan to pipeline 2023-03-29 12:13:59 -07:00
Daan Leijen 651ff2c68b fix cmake for windows 2023-03-29 11:55:00 -07:00
Daan Leijen e1e1e25d21 add ASAN to pipeline 2023-03-29 11:52:46 -07:00
Daan Leijen 2440e60d95 copy static.o to the cmake directory (issue #706) 2023-03-29 11:48:01 -07:00
Daan Leijen 8ecbc29a02 prepare readme for release 2023-03-29 11:46:56 -07:00
Daan Leijen 79f31b0e8f use syscalls for open/close etc when initializing to avoid recursion when these are intercepted (issue #713) 2023-03-28 16:44:35 -07:00
Daan Leijen 176b6e6aa0 add mi_arena_is_os_allocated 2023-03-28 09:59:41 -07:00
Daan Leijen 9792b6364d move more prototypes in internal.h for safety 2023-03-28 09:25:32 -07:00
Daan Leijen 560e32b2e1 update comments 2023-03-28 09:14:17 -07:00
Daan Leijen a21ddd03fe add verbose message if thread sanitizer is enabled 2023-03-23 11:21:45 -07:00
Daan Leijen c9dcca6a64 update comments 2023-03-22 10:31:04 -07:00
Daan d976fbe08b remove spurious include 2023-03-22 09:56:40 -07:00
Daan 96b55bd0bb potential fix for macOS issue #697 2023-03-22 09:48:40 -07:00
Daan Leijen 70fefec837 fix huge OS page count when a timeout happens (issue #711) 2023-03-21 19:42:25 -07:00
Daan Leijen 1ded6e2dec increase env limit to 10000 entries (issue #685) 2023-03-20 14:30:38 -07:00
Daan 06f0ba232e prevent reentrancy on thread_done (issue #699) 2023-03-20 14:23:52 -07:00
Daan b893311365 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev 2023-03-20 14:23:00 -07:00
Daan Leijen c92e9e7bf7 add comment that thread id's should not be zero, issue #698 2023-03-20 14:01:09 -07:00
Daan Leijen 0b4c3da2e9 make process init race free (issue #701) 2023-03-20 13:55:39 -07:00
Daan 01b460fedb add std::string test for macos 2023-03-20 13:24:11 -07:00
Daan Leijen 30df80b05a proper prototype 2023-03-20 11:50:05 -07:00
Daan Leijen 54ad5e76fd fix warnings for issues #709 2023-03-20 11:43:31 -07:00
Daan Leijen 65402836ae comments 2023-03-20 11:30:52 -07:00