Commit graph

  • 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
  • 3e1c1f8e9f wip: enable mremap daanx 2023-04-29 09:29:20 -07:00
  • 0c0a753aa0 wip: adding mi_remap; first working version daanx 2023-04-26 16:06:36 -07:00
  • be2f35641a wip: remappable memory daanx 2023-04-26 12:23:38 -07:00
  • e74159486b remove deprecated from description (issue #737) Daan 2023-04-25 10:21:34 -07:00
  • a0bd338d96 undeprecate MI_INSTALL_TOPLEVEL (issue #737) daanx 2023-04-25 08:25:50 -07:00
  • 5e09f1b051 Merge branch 'dev' into dev-slice daanx 2023-04-24 22:30:55 -07:00
  • 2531f5708b update minject; possible fix for issue #734 daanx 2023-04-24 22:30:36 -07:00
  • 53433225d3 update readme Daan 2023-04-24 11:33:12 -07:00
  • f181afbc57 update readme Daan 2023-04-24 11:32:05 -07:00
  • 698158075b update readme Daan 2023-04-24 11:31:11 -07:00
  • eef8ca1041 update readme Daan 2023-04-24 11:29:05 -07:00
  • 40f99ce285 update readme Daan 2023-04-24 11:26:13 -07:00
  • 4812436776 update readme Daan 2023-04-24 11:17:46 -07:00
  • 2cbf68b5e7 Merge branch 'dev-slice' daanx 2023-04-24 09:32:44 -07:00
  • 43ce4bd7fd Merge branch 'dev' into dev-slice v2.1.2 daanx 2023-04-24 09:08:36 -07:00
  • b66e3214d8 be more strict on initially_zero for arena allocation v1.8.2 daanx 2023-04-24 09:08:12 -07:00
  • 56c0a8025a merge from dev daanx 2023-04-24 09:06:56 -07:00
  • 632edf9996 rename was_zero/committed to initially_zero/committed daanx 2023-04-24 09:03:43 -07:00
  • 0bb5cecbc2 use most performant reset on Linux (MADV_FREE) and Windows (MEM_RESET) as we use the precise decommit by default for purging anyways daanx 2023-04-24 08:56:42 -07:00
  • 7e4e545060 update readme for options and upcoming release daanx 2023-04-24 08:50:37 -07:00
  • 0ceef8e728 add fix for aligned_alloc override on musl; hopefully does not break Conda builds. issue #733 daanx 2023-04-24 08:15:42 -07:00
  • 074adc14e5 Merge branch 'dev' into dev-slice daanx 2023-04-23 20:53:39 -07:00
  • 88a8b13782 revise unix decommit daanx 2023-04-23 20:53:27 -07:00
  • c93a0775cb Merge branch 'dev' into dev-slice daanx 2023-04-23 20:32:32 -07:00
  • bfe2651ec9 revise decommit on linux in debug/secure mode daanx 2023-04-23 20:32:22 -07:00
  • 95c2059e89 fix asan mem tracking daanx 2023-04-23 19:48:49 -07:00
  • c0bc8abe14 Merge branch 'dev' into dev-slice daanx 2023-04-23 19:45:38 -07:00
  • 4b2f6448cb fix asan memory tracking for zero initialized memory daanx 2023-04-23 19:45:29 -07:00
  • 8f768ac841 merge from dev daanx 2023-04-23 19:33:25 -07:00
  • 7f93bf02c9 be explicit about memory tracking in os.c daanx 2023-04-23 16:40:01 -07:00
  • a6e7baec73 merge from dev daanx 2023-04-23 16:08:27 -07:00
  • c9dd6f6dc9 fix mem tracking for asan daanx 2023-04-23 16:06:58 -07:00
  • c0695fefd0 merge from dev daanx 2023-04-23 13:14:01 -07:00
  • d4fe700089 remove spurious track_mem_defined daanx 2023-04-23 13:13:29 -07:00
  • 2d85abdece merge from dev daanx 2023-04-23 13:06:50 -07:00
  • a59ae585c7 remove allow_purge option daanx 2023-04-23 13:04:50 -07:00
  • 67dcbbfa43 refine c17 check for ATOMIC_VAR_INIT daanx 2023-04-23 12:46:38 -07:00
  • 870cd98e14
    Merge pull request #736 from TroutZhang/dev Daan 2023-04-23 12:43:56 -07:00
  • e68010573f
    Fix ATOMIC_VAR_INIT deprecation warnings for C17 Trout Zhang 2023-04-23 21:39:20 +08:00
  • 6303cd46cf Merge branch 'dev' into dev-slice daanx 2023-04-22 21:53:00 -07:00
  • a636d88d99 remove unused local daanx 2023-04-22 21:52:49 -07:00
  • f22801bc15 Merge branch 'dev' into dev-slice daanx 2023-04-22 21:32:54 -07:00
  • 0e1670a4fb refactor arena code daanx 2023-04-22 21:32:25 -07:00
  • 4dcd611ec4 simplifying arena code daanx 2023-04-22 18:47:19 -07:00
  • d81cc76bbc simplifying arena code daanx 2023-04-22 18:44:00 -07:00
  • 426d2b3643 Merge branch 'dev' into dev-slice daanx 2023-04-22 17:26:59 -07:00
  • bdead26c77 improve static alloc precision daanx 2023-04-22 17:26:51 -07:00
  • 063f25ba11 merge from dev daanx 2023-04-22 10:20:24 -07:00
  • 2a6352fef2 add further zero initialization checks daanx 2023-04-22 10:18:57 -07:00
  • e90ad987cc add zero initialization on zero sized reallocation (issue #725) daanx 2023-04-22 10:18:18 -07:00
  • 6faff49998 merge from dev daanx 2023-04-21 11:35:48 -07:00
  • e47adc2d22 track objects in heap destroy for ETW daanx 2023-04-21 11:33:50 -07:00
  • 012f716485 add is_zero flag to prim_commit daanx 2023-04-21 10:37:22 -07:00
  • 3bc577004a clarify return codes of VirtualAlloc (issue #731) daanx 2023-04-21 09:37:25 -07:00
  • 4cb5b45178 fix possible underflow (issue #731) daanx 2023-04-21 09:37:05 -07:00
  • b549c88e6c review realloc daanx 2023-04-18 19:48:40 -07:00
  • 672e3dde8f Merge branch 'dev' into dev-slice daanx 2023-04-18 19:19:51 -07:00
  • e6f3647556 track os alignment and base daanx 2023-04-18 19:00:50 -07:00
  • eff7940f30 merge from dev daanx 2023-04-18 17:54:07 -07:00
  • 173382ef60 is_zero review; fix asan check daanx 2023-04-18 17:52:16 -07:00
  • 09e42aea4e clarify is_zero meaing daanx 2023-04-18 17:41:18 -07:00
  • fb07276d48 merge from dev daanx 2023-04-18 17:33:01 -07:00
  • 4d976270eb review is_zero flag daanx 2023-04-18 17:18:39 -07:00
  • b845be241a wip: use memid for OS allocation daanx 2023-04-18 16:38:47 -07:00
  • 2f878354f4 add arena contains check for valid pointers daanx 2023-04-18 14:13:55 -07:00
  • 10a6b303be review bitmap.c daanx 2023-04-18 13:34:23 -07:00
  • 3d7635b7b3 Merge branch 'dev' into dev-slice daanx 2023-04-17 13:01:19 -07:00