Commit graph

  • 4482237a33 Merge branch 'dev-abandon' into dev-slice-abandon daanx 2024-03-01 18:59:39 -08:00
  • 3090f23c25 fix return value of get_reclaim_tries daanx 2024-03-01 18:59:13 -08:00
  • 5ce1a9bfef fix cas call daanx 2024-03-01 18:58:11 -08:00
  • 2c433a2b23 merge from dev-abandon daanx 2024-03-01 18:54:29 -08:00
  • 500d2ad1fd ensure non-arena segments are force purged on abandonment; make non-arena reclaim atomic daanx 2024-03-01 18:47:59 -08:00
  • 2845f0cab3 merge from dev-abandon daanx 2024-03-01 16:26:46 -08:00
  • 16c0948ee5 improve display of arenas and contained blocks daanx 2024-03-01 16:24:28 -08:00
  • 280123bd5c purge on page free as well daanx 2024-03-01 15:25:57 -08:00
  • f6320bd3be merge from dev-abandon daanx 2024-03-01 15:15:24 -08:00
  • f5f61a65f5 bump version to 1.8.4 daanx 2024-03-01 15:14:39 -08:00
  • c4f1f2e079 make reclaim tries a percentage of the abandoned count daanx 2024-03-01 14:57:46 -08:00
  • e5d1cb3092 merge from dev-abandon daanx 2024-03-01 10:56:43 -08:00
  • cf8f73098e start abandoned search randomized daanx 2024-03-01 10:51:18 -08:00
  • 71bcf1c76b maintain abandoned_count more robustly daanx 2024-03-01 10:31:58 -08:00
  • 1b3eb8ef28 quick exit from try_reclaim if no abandoned segments daanx 2024-02-29 19:17:24 -08:00
  • f57c9e16bd merge from dev-abandon daanx 2024-02-29 18:34:50 -08:00
  • 931d523dcc update mstress to let the main thread participate daanx 2024-02-29 18:17:58 -08:00
  • 9f9305d44b use non-primitive heap default daanx 2024-02-29 17:43:52 -08:00
  • 8fb51aae4d merge from dev-abandon daanx 2024-02-29 15:51:37 -08:00
  • d34d8f0f65 fix signed comparison daanx 2024-02-29 15:39:47 -08:00
  • 64edbc92dd allow abandoned segment reclaim on a free daanx 2024-02-29 14:58:59 -08:00
  • bdda13b880 track abandoned segments in an arena bitmap instead of with a list daanx 2024-02-29 14:27:28 -08:00
  • 8f353d8005 set initially_zero for arena_static_zalloc daanx 2024-02-29 12:03:28 -08:00
  • 7020ed5e52 do not purge if purge delay is negative daanx 2024-02-29 11:26:03 -08:00
  • 067c753996 Settings for Patchouli X1ngChui 2024-02-20 17:37:58 +08:00
  • df43792729 Fix for #851 Joshua Kriegshauser 2024-02-14 19:42:33 +00:00
  • 479edc9b85 Collect heap level stats liunyl 2024-01-31 08:21:22 +00:00
  • b44fe110bd Only abort double free if secure mode is on Carlos Cheung 2024-01-31 13:41:45 -05:00
  • e47379461e Collect thread local stats liunyl 2024-01-31 02:34:52 +00:00
  • 84f48a2715 override thread id liunyl 2024-01-29 10:49:05 +00:00
  • f6285b33af Fault on double free detection by default Carlos Cheung 2024-01-22 14:50:49 -05:00
  • 08adcce016 fix illumos build Dan Cross 2024-01-22 18:47:17 +00:00
  • ff1bb7dff5
    Ensure consistent types for template deduction Kai Pastor 2023-12-15 21:06:25 +01:00
  • a4eb082ebd avoid unused function warnings on Solaris Jakub Kulík 2023-12-06 18:51:16 +01:00
  • de4453ecf5
    prim.c: add /dev/urandom fallback for old OS X Joshua Root 2023-11-28 09:26:01 +11:00
  • 73d36c532a finish Alon Zakai 2023-11-08 15:22:16 -08:00
  • b9d277540d Add Emscripten backend Alon Zakai 2023-11-08 15:20:27 -08:00
  • 5273cf62c5 Use proper libc stubs instead of direct syscalls on OpenBSD Greg Steuck 2023-11-02 22:46:52 -07:00
  • e26d4a4ddb Fixing bug where allocating a new arena would not zero memory correctly vblanco20-1 2023-09-26 11:46:11 +02:00
  • 2f42773cd7 Fix error: cannot use 'throw' with exceptions disabled Sergey 2023-09-05 15:55:43 -07:00
  • 900b3e1442
    Merge bf8f14054c into 10efe291af Cheng Shao 2023-08-28 10:19:35 +00:00
  • bf8f14054c Fix _mi_prim_random_buf for wasm backend Cheng Shao 2023-08-28 10:08:45 +00:00
  • c019eee52a Fix wasm backend compilation Cheng Shao 2023-08-28 10:01:50 +00:00
  • 1338edf2cf Use __wasm__ instead of __wasi__ for wasm targets Cheng Shao 2023-08-28 09:33:56 +00:00
  • fa2af3dedb Delete the key at shutdown Joshua Kriegshauser 2023-08-22 13:12:54 -07:00
  • 93b8597582 Fix solaris build proposal. David Carlier 2023-08-08 00:09:31 +01:00
  • 8e0eefda3b Fix incorrect MAP_HUGE_1GB check Wenbo Wang 2023-07-27 10:28:45 +08:00
  • ec95d6d02a Add missing header for Haiku Begasus 2023-07-21 13:51:21 +00:00
  • f8aae4edbe Revert setting hardcoded install paths on Haiku Begasus 2023-07-21 13:03:05 +00:00
  • 388d1aa9bd new Linux/Android option proposal. David Carlier 2023-07-14 21:55:30 +01:00
  • 17520fbf03 prim.h: support tls_slot for PPC barracuda156 2023-07-07 16:32:03 +08:00
  • 10efe291af Merge branch 'dev' into dev-slice Daan Leijen 2023-06-30 12:21:19 -07:00
  • 36ee5f9024 avoid warning on newer clang Daan Leijen 2023-06-30 12:21:01 -07:00
  • 578d20f237 Merge branch 'dev' into dev-slice Daan Leijen 2023-06-30 12:16:51 -07:00
  • 1325ee640a avoid warning on newer clang Daan Leijen 2023-06-30 12:16:38 -07:00
  • 5ead2debcd Fix compile error on OpenBSD sundb 2023-06-28 17:45:01 +08:00
  • 86ba46302a
    fix: forward strdup / strndup Max Altgelt 2023-06-22 12:15:11 +02:00
  • 4e50d6714d
    Auto merge mandatory file pr microsoft-github-policy-service[bot] 2023-06-12 18:55:34 +00:00
  • 5c90133021
    Microsoft mandatory file users/GitHubPolicyService/b0683b75-e485-405b-bf52-a4d63fde1677 microsoft-github-policy-service[bot] 2023-06-02 17:40:26 +00:00
  • 4467afbcd7 Include stdlib Anuraag Agrawal 2023-06-01 11:16:56 +09:00
  • c4c3a08236 Import stdio Anuraag Agrawal 2023-06-01 11:15:53 +09:00
  • 40b2830b16 Define mi_align_up_ptr Anuraag Agrawal 2023-06-01 11:12:41 +09:00
  • da5d344f3f Include unistd.h for sbrk in wasi primitive Anuraag Agrawal 2023-06-01 11:08:21 +09:00
  • 4b80c89962
    Fix typo in the warning if MI_DEBUG_UBSAN is ON and not Debug build Sergey 2023-05-25 17:57:25 -07:00
  • 864838d832 allow configure page & segment sizes from build args Vladimir 'virtul' Ivannikov 2023-05-23 22:02:37 +03:00
  • d35978e755
    Define reallocarr as weak to avoid symbol collision on gnu/Linux. Romain Geissler 2023-05-22 12:53:10 +00:00
  • 67e67646e4 Merge branch 'dev' into dev-remap daanx 2023-05-19 21:46:12 -07:00
  • 24668b9daf Merge branch 'dev' into dev-slice daanx 2023-05-19 21:22:24 -07:00
  • cfacbacaba fix zero initialization in mi_arena_meta_zalloc, issue #750 daanx 2023-05-19 21:18:40 -07:00
  • 7563ab97ed fix alignment in meta_zalloc; issue #749 daanx 2023-05-19 21:15:03 -07:00
  • 097aebbbe2 merge from dev; add mi_malloc_expandable daanx 2023-05-19 19:16:36 -07:00
  • 814dac26a1 add KiB to size options daanx 2023-05-19 18:00:46 -07:00
  • c569b77b77 Merge branch 'dev' into dev-slice daanx 2023-05-19 17:53:02 -07:00
  • c1218883a4 more format specifiers for _mi_vsnprintf daanx 2023-05-19 17:47:44 -07:00
  • 7fda289cbd small fixes daanx 2023-05-19 12:07:07 -07:00
  • e10467f673 add libc primitives to reduce dependencies daanx 2023-05-19 11:57:10 -07:00
  • 4a85f32f8e add libc.c source file daanx 2023-05-19 10:24:39 -07:00
  • 2f8fb6aade Merge branch 'dev' into dev-slice daanx 2023-05-19 09:12:59 -07:00
  • d7a72c4912 fix thread data leak; issue #748 daanx 2023-05-19 09:12:46 -07:00
  • 86d1585c53 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev daanx 2023-05-19 09:09:02 -07:00
  • 707c196656 ensure mem defined after remap daanx 2023-05-18 18:08:06 -07:00
  • faac72b4ae revise asserts daanx 2023-05-17 16:55:36 -07:00
  • 09f171b4f5 always use MI_HUGE_BLOCK_SIZE for pages in huge segments daanx 2023-05-17 13:27:04 -07:00
  • 4c6814bc68 Merge branch 'dev' into dev-remap daanx 2023-05-17 12:03:01 -07:00
  • d221526a4a add minject options list to the readme Daan Leijen 2023-05-14 17:46:29 -07:00
  • 88a9230b95
    add bin/ to .gitattributes as export-ignore Alex Myczko 2023-05-09 09:22:49 +02:00
  • 9c053ecf90 Fix new[] / delete mismatch. Marek Knápek 2023-05-09 06:52:57 +02:00
  • b1d3cde23f fix NULL check in realloc daanx 2023-05-06 08:32:17 -07:00
  • 64394a6a43 comment daanx 2023-05-02 18:36:41 -07:00
  • 7897433412 fix warnings daanx 2023-05-02 18:31:07 -07:00
  • 8fffc92e15 realloc uses remap automatically after remap_threshold daanx 2023-05-02 18:25:47 -07:00
  • ac21489ce7 remap: refactoring and start on expandable daanx 2023-05-02 15:07:07 -07:00
  • 54dee434a3 fallback for inplace expansion if mremap is not supported daanx 2023-05-01 17:45:01 -07:00
  • 900e4f5d3c wip: add expandable primitives daanx 2023-04-30 19:20:04 -07:00
  • 16e9f30d56 minor edits daanx 2023-04-30 13:44:46 -07:00
  • 48ff5c178e check for remap support daanx 2023-04-30 13:41:19 -07:00
  • 10fbe6cf0f improve remap primitive interface daanx 2023-04-30 13:01:17 -07:00
  • e3728f580c Cleanup for compiler warnings/errors Randell Jesup 2023-04-30 00:09:20 -04:00
  • 1246f46625 wip: initial working windows remap daanx 2023-04-29 15:37:14 -07:00
  • e4c914565d wip: further improvement for remap daanx 2023-04-29 10:00:47 -07:00