Commit graph

  • b7d9ee8830 azure pipeline logo shows dev branch daan 2019-11-21 16:20:35 -08:00
  • f27c87c03c update documentation daan 2019-11-21 16:19:47 -08:00
  • c6c24f9c2e update documentation daan 2019-11-21 16:17:47 -08:00
  • 7586225fc5 add secure build to azure pipeline daan 2019-11-21 16:10:21 -08:00
  • d55ab50a84 update version to 1.2 daan 2019-11-21 16:10:04 -08:00
  • b820009df7 update documentation daan 2019-11-21 16:09:34 -08:00
  • 5c8721f0b8 update documentation daan 2019-11-21 15:59:54 -08:00
  • 9a5189aa83 add vs2019 project filters daan 2019-11-21 15:42:22 -08:00
  • bc1ff7e7fd update windows redirect, issue #170 daan 2019-11-21 15:28:10 -08:00
  • 74dbfc30be improved security by encoding NULL values; double free mitigation on by default; more precise free list corruption detection daan 2019-11-21 15:21:23 -08:00
  • 1674d551ff add verbose message with secure build level daan 2019-11-20 20:45:31 -08:00
  • 049dbf41ba fix commit bits for huge page allocations Daan Leijen 2019-11-20 15:44:07 -08:00
  • 211f1aa519 remove reset delay slots; add reset tracking per page and segment Daan Leijen 2019-11-20 14:55:12 -08:00
  • 30e2c54adb remove delayed reset option (for now) Daan Leijen 2019-11-20 14:13:02 -08:00
  • 56b9fac4bf merge from dev Daan Leijen 2019-11-20 13:31:04 -08:00
  • 4d4a2885f5 use atomic read/write on the page->heap field where concurrent interaction is possible Daan Leijen 2019-11-20 13:19:17 -08:00
  • 94bfb47725 update stress test for more realisitic size distribution Daan Leijen 2019-11-20 12:59:26 -08:00
  • e398a3d52c Introduction of mi_mem_clear David Carlier 2019-11-18 09:49:29 +00:00
  • af52fa48ef fix warning with exception specification Kirill Pinegin 2019-11-18 12:19:38 +03:00
  • d894e5362f fix build errors Kirill Pinegin 2019-11-18 12:14:09 +03:00
  • c8eeb8cc25 update readme Kirill Pinegin 2019-11-18 11:28:48 +03:00
  • 7fe118297b tagging mi_is_get_aligned_hint as unused for now David Carlier 2019-11-18 08:17:42 +00:00
  • fd3ce5dc7d improve stress test daan 2019-11-15 16:28:11 -08:00
  • 8637f113d5 improve test-stress to run multiple iterations Daan Leijen 2019-11-15 14:09:17 -08:00
  • dccffea662 fix pr #173 by @zerodefect to use case-insensitive matching of the build type; also use MI_DEBUG_FULL option (instead of MI_CHECK_FULL) Daan Leijen 2019-11-14 11:01:05 -08:00
  • bb3558100b implement user clean up Kirill Pinegin 2019-11-14 16:25:36 +03:00
  • f8dc519a04 add flags, add function declaration Kirill Pinegin 2019-11-14 15:33:40 +03:00
  • f8f7f89fee The CMakeLists.txt will now handle different casin on CMAKE_BUILD_TYPE when matching text. zerodefect 2019-11-14 11:09:17 +00:00
  • 17ade3fca5 merge from dev daan 2019-11-13 17:52:20 -08:00
  • 314dcd59c2 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev daan 2019-11-13 17:23:54 -08:00
  • a4ed63d127 Adresses pr #165 and issue #164 by @colesbury: daan 2019-11-13 17:22:03 -08:00
  • 9b7a29c5da
    Merge pull request #172 from aesophor/dev Daan 2019-11-13 16:28:09 -08:00
  • d01ed42bcb replace max_numa_nodes by use_numa_nodes (to help with wrong detection of numa nodes on WSL for example) Daan Leijen 2019-11-13 13:35:50 -08:00
  • 29919a938d Avoid the use of variable argument list function Marco Wang 2019-11-13 13:19:21 +08:00
  • bdb8274819 change max_numa_node to max_numa_nodes option Daan Leijen 2019-11-12 12:04:43 -08:00
  • d4f54dcf30 remove numaif dependency on linux daan 2019-11-12 10:37:15 -08:00
  • 867d78f877 reserve huge OS pages earlier on at process_init daan 2019-11-12 10:19:52 -08:00
  • af746ca4c1 inline bitmap_mask daan 2019-11-12 10:17:39 -08:00
  • ef179a6377 avoid allocation at numa node detection on linux daan 2019-11-12 10:16:59 -08:00
  • 165ee45845 initialize delay slots for the main thread daan 2019-11-11 17:31:48 -08:00
  • a0958b2da6 enable more reset delay slots daan 2019-11-11 17:06:16 -08:00
  • 5e6754f3f7 track commit status per block in a region daan 2019-11-11 15:45:31 -08:00
  • db3f1c4bfa add commit info to arenas daan 2019-11-11 15:26:11 -08:00
  • 741a80256d merge from dev-exp daan 2019-11-11 14:51:16 -08:00
  • 2bb058bd25 remove cache_reset parameter daan 2019-11-11 14:44:32 -08:00
  • 534e1e39ef allow allocation in committed regions even if not requested daan 2019-11-11 14:42:29 -08:00
  • 93a6463383 only allow commit delay for small and medium objects daan 2019-11-11 14:16:45 -08:00
  • 83a066fd2d remove reset_decommits option daan 2019-11-11 09:46:02 -08:00
  • 21bbb1be87 fix warnings daan 2019-11-10 12:36:55 -08:00
  • 181bef382c merge dev-exp daan 2019-11-10 11:39:53 -08:00
  • aa61e6381d Merge branch 'dev-arena' of https://github.com/microsoft/mimalloc into dev-arena daan 2019-11-10 10:47:55 -08:00
  • b04206a9d3 add os cache to arena Daan Leijen 2019-11-10 10:10:10 -08:00
  • d2279b2a3f update test-stress with better object distribution Daan Leijen 2019-11-10 08:13:40 -08:00
  • 268698b9ef fix vs2019 project Daan Leijen 2019-11-10 08:00:51 -08:00
  • fed0068dac merge from dev-exp; bitmap based arena Daan Leijen 2019-11-10 07:56:40 -08:00
  • 194008b869 merge daan 2019-11-09 20:37:16 -08:00
  • 9f08ddd0d0 refactor regions; add commit tracking on a segment basis Daan Leijen 2019-11-09 19:30:53 -08:00
  • f0e02bab03 pr #168 by @zerodefect to update the install location Daan Leijen 2019-11-08 12:22:03 -08:00
  • 7b72a4cd50 fix region suitable bug Daan Leijen 2019-11-08 11:55:43 -08:00
  • 13f5e6e43e fix numa node check in regions daan 2019-11-07 18:09:30 -08:00
  • 6ccfb5a93e merge from dev daan 2019-11-07 11:00:50 -08:00
  • 56887aeb2f add MI_SECURE_FULL=ON as a cmake option to include double free mitigation daan 2019-11-07 10:59:45 -08:00
  • 9b65388807 fix space leak in secure mode where a non-null free list would be discarded daan 2019-11-07 10:59:19 -08:00
  • 27f1a8b3d2 fix avg display; set secure default to 0` daan 2019-11-07 10:35:30 -08:00
  • 36090dee5c Merge branch 'dev' into dev-exp daan 2019-11-07 10:34:06 -08:00
  • 31d11f64d5 fix secure free list extension where a non-empty initial free list was discarded daan 2019-11-07 10:33:45 -08:00
  • 378716c467 refactor and improve atomic bitmap usage daan 2019-11-07 10:26:52 -08:00
  • b09282bc0d change arena allocator to atomic bitmap as well daan 2019-11-06 22:49:01 -08:00
  • 00e19cad9a refactor region code, split out atomic bitmap daan 2019-11-06 21:37:23 -08:00
  • 2887266063 optimize get numa node for single node systems daan 2019-11-06 14:17:36 -08:00
  • 829fd872f4 initial delay slots daan 2019-11-04 11:48:41 -08:00
  • c3ef23e4f6 Merge branch 'dev-exp' into dev-arena daan 2019-11-04 09:40:25 -08:00
  • 3d0a1e249f remove all floating point types and arithmetic daan 2019-11-04 09:40:10 -08:00
  • 62df2e2df9 merge from dev-exp daan 2019-11-04 08:56:42 -08:00
  • 2749612c5f merge from dev daan 2019-11-04 08:54:53 -08:00
  • c38af8f7c1 merge d1d65fbc: make max error messages configurable daan 2019-11-03 13:25:41 -08:00
  • aece753dce fix output during preloading enabling stderr only after the crt has loaded daan 2019-11-03 12:18:20 -08:00
  • 8afd06b248 use int64 for time (instead of double) daan 2019-11-04 08:44:40 -08:00
  • 2b005addd3 merge from dev-exp daan 2019-11-03 13:37:03 -08:00
  • 9d6a5acb22 fix unix build warnings daan 2019-11-03 13:34:54 -08:00
  • d1d65fbca4 make max error messages configurable daan 2019-11-03 13:25:41 -08:00
  • 520a8dafee divide huge pages more even daan 2019-11-03 13:25:28 -08:00
  • f36ec5d9d8 reserve huge pages incrementally daan 2019-11-03 13:16:07 -08:00
  • 1a6d150687 merge from dev-exp daan 2019-11-03 12:21:22 -08:00
  • e320488791 add numa nodes to stats daan 2019-11-03 12:18:32 -08:00
  • 723fbba259 fix output during preloading enabling stderr only after the crt has loaded daan 2019-11-03 12:18:20 -08:00
  • 5bdcda30b0 merge from dev-exp daan 2019-11-02 20:12:22 -07:00
  • 62cd0237fc fix aligned huge page allocation on windows daan 2019-11-02 17:49:34 -07:00
  • ee323aabac fix vs2017 build daan 2019-11-02 15:56:21 -07:00
  • e0b8ec7f54 merge with dev-exp daan 2019-11-02 11:56:19 -07:00
  • fd9d8c85ae change numa support on linux to use getcpu daan 2019-11-02 11:55:03 -07:00
  • ae092e05a2 Merge branch 'dev-exp' into dev-arena daan 2019-11-02 10:39:27 -07:00
  • 70748ee1ee fix missing semi colon daan 2019-11-02 10:39:09 -07:00
  • b0182b2376 Merge branch 'dev-exp' into dev-arena daan 2019-11-02 10:30:33 -07:00
  • a69016c33e improve and document numa support daan 2019-11-02 10:30:16 -07:00
  • 08c4726043 merge from dev-exp daan 2019-11-01 22:04:20 -07:00
  • 2c12d7f223 optimized numa calls; better Linux support daan 2019-11-01 22:01:52 -07:00
  • 6916e6590f Merge branch 'dev-exp' into dev-arena daan 2019-11-01 20:30:32 -07:00
  • 57dd69265a normalize numa node daan 2019-11-01 20:30:01 -07:00
  • 4be5b14869 merge from dev-exp daan 2019-11-01 20:19:32 -07:00