Commit graph

  • 069b3276df merge from dev Daan Leijen 2021-06-06 20:33:55 -07:00
  • 7b595bd957 Merge branch 'dev' into dev-slice Daan Leijen 2021-06-06 20:31:53 -07:00
  • 1feb6123d9 make all includes relative Daan Leijen 2021-06-06 20:31:36 -07:00
  • 916fae3d5d Change internal include to double quote bmalrat 2021-05-28 11:50:10 -04:00
  • f4e1563c4c
    Merge pull request #1 from diorszeng/diorszeng-patch-1 diorszeng 2021-05-31 15:03:01 +08:00
  • 0611058974
    Update mimalloc-types.h diorszeng 2021-05-31 15:02:17 +08:00
  • d48c93af2c Add branch hint for _mi_os_good_alloc_size Jim Huang 2021-05-31 11:49:08 +08:00
  • 0f57425f80 Distinguish SI and Binary Prefixes Jim Huang 2021-05-30 13:09:02 +08:00
  • 54b2c3525c merge with dev Daan Leijen 2021-05-21 15:36:30 -07:00
  • e2c095fad2 fix installation directories on unix to use /lib, /include, /share; fix issues #399, #223, and #89 Daan Leijen 2021-05-21 15:15:50 -07:00
  • 34172910e5 fix symlink and --prefix option with delayed CMAKE_INSTALL_PREFIX; fix issue #398 Daan Leijen 2021-05-21 13:01:11 -07:00
  • 143cf9c3d6
    Merge pull request #400 from mkurdej/redirect32 Daan 2021-05-21 12:17:33 -07:00
  • a732b762cc
    Merge pull request #403 from ArcEarth/master Daan 2021-05-21 12:16:17 -07:00
  • 712e7d3de0 [CMake] Respect CMAKE_INSTALL_PREFIX at install time The standard way of cmake install to a destination folder is the following pattern: ``shell cd <BUILD_DIR> cmake <SRC_DIR> cmake --build <BUILD_DIR> cmake --install <BUILD_DIR> --prefix <INSTALL_DIR> ` Right now, the <INSTALL_DIR> folder passed in cmake --install command is ignored, and always installed into C:/Program Files(x86)/..., which is the default CMAKE_INSTALL_PREFIX value passed at the cmake <SRC_DIR>` call. Thus, it is not possible to install the binaries into different folders without rerun the cmake/build process. Yupeng Zhang 2021-05-10 12:01:03 -04:00
  • acba250e60 [Windows] Correctly choose 32-bit version of mimalloc-redirect{,32}.dll. Marek Kurdej 2021-05-04 11:26:07 +02:00
  • 49afbc0821 Update documentation playX 2021-05-02 14:33:17 +03:00
  • e30bd17ad6 Fix documentation playX 2021-04-29 07:57:21 +03:00
  • f4d1ad552e Initial local deferred free impl playX 2021-04-29 06:07:55 +03:00
  • 73c339235c collect in debug mode in stress test Daan Leijen 2021-04-28 16:12:32 -07:00
  • 10ce8839fa merge from dev Daan Leijen 2021-04-28 13:23:46 -07:00
  • 16b3329bd4
    Merge pull request #396 from jserv/fix-copyright-date Daan 2021-04-28 13:11:11 -07:00
  • 29ea7a89ab add braces Daan Leijen 2021-04-28 13:08:59 -07:00
  • 6d1658123c
    Merge pull request #391 from jserv/improve-align-down Daan 2021-04-28 13:07:13 -07:00
  • aca46242ab update comment for aligned_alloc Daan Leijen 2021-04-28 12:47:14 -07:00
  • 45a8dc7f55
    Merge pull request #385 from elbaro/fix/aligned-alloc Daan 2021-04-28 12:43:32 -07:00
  • 5940d3bcce Bump copyright date Jim Huang 2021-04-24 16:35:11 +00:00
  • 1966db91b7 Implement appropriate atomic_yield for Armv7+ Jim Huang 2021-04-23 22:42:58 +00:00
  • 766f1f9345
    Merge pull request #388 from nico-abram/patch-2 Daan 2021-04-22 10:34:13 -07:00
  • f941015928
    Merge pull request #384 from kdrag0n/fix-android-thread-id Daan 2021-04-22 10:33:53 -07:00
  • 00ddc1b8a0
    Merge pull request #389 from jserv/macos-predefined-macro Daan 2021-04-22 10:25:27 -07:00
  • 90a8961825 Introduce constant function for further compiler optimizations Jim Huang 2021-04-22 06:23:15 +00:00
  • 52943917ad Rewrite align_down with bitwise operations Jim Huang 2021-04-21 13:14:53 +00:00
  • 3402c6cc3f Revise the use of macOS predefined macro Jim Huang 2021-04-19 01:02:13 +08:00
  • 8311cef0d1 Fix typo in comment it -> if in mimalloc-types.h unknown 2021-04-17 15:08:25 -03:00
  • ad44f76598 commit elbaro 2021-04-11 03:09:23 +09:00
  • ad2fa2bf6f
    Fix thread ID getter on Android ARM/AArch64 Danny Lin 2021-04-07 01:32:19 -07:00
  • b19da8e362
    update readme for 1.7.1 and 2.0.1 Daan 2021-04-06 11:05:43 -07:00
  • 34ba03951e merge from dev Daan Leijen 2021-04-06 11:01:06 -07:00
  • c6f5092287 merge from dev Daan Leijen 2021-04-06 11:00:28 -07:00
  • dc6bce256d bump version to v2.0.1 v2.0.1 Daan Leijen 2021-04-06 10:58:12 -07:00
  • 985f313b35 bump version to 1.7.1 v1.7.1 Daan Leijen 2021-04-06 10:56:26 -07:00
  • 4a25ad303b Update mi_heap_register_deferred_free signature playX 2021-03-09 19:19:07 +03:00
  • f459d576bd Heap local deferred free fun playX 2021-03-09 19:12:52 +03:00
  • 217f2e2cc7 Revert "Add heap local deferred free" playX 2021-03-09 19:11:43 +03:00
  • 0278758d68 Add heap local deferred free playX 2021-03-09 19:09:30 +03:00
  • 4e643b6d31 merge from dev Daan Leijen 2021-02-24 15:53:26 -08:00
  • 5f596056c9 use 2-6TiB area for hints to accommodate pre-windows8 better Daan Leijen 2021-02-24 15:49:43 -08:00
  • e64474e06b add virtiual gaps between hinted allocations in secure mode Daan Leijen 2021-02-24 15:30:39 -08:00
  • ad96d220f4 merge from dev Daan Leijen 2021-02-24 15:17:35 -08:00
  • 9317256a4f improved ASLR (issue #372) Daan Leijen 2021-02-24 15:14:17 -08:00
  • 47050371a1 fix issue #363 and disable assertion for now Daan Leijen 2021-02-22 15:05:47 -08:00
  • 8f69e7095d Merge branch 'dev' into dev-slice Daan Leijen 2021-02-22 14:28:22 -08:00
  • 3228bb685f set errno ENOMEM for limited arena allocation (issue #295) Daan Leijen 2021-02-22 14:17:25 -08:00
  • 9f3c29c642 remove -march=native flag; see pr #362 for discussion Daan Leijen 2021-02-22 13:09:41 -08:00
  • 71ac98ab08 rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367) Daan Leijen 2021-02-22 13:04:11 -08:00
  • 7962420697 fix bug in bitmap is_claimed_across; issue #368 Daan Leijen 2021-02-22 12:37:08 -08:00
  • cd6f0392d1 Use lower-case include filenames to improve compatibility with MinGW. Kevin Menard 2021-02-19 12:06:21 -05:00
  • b368f05a42 Proposal to make march=native somewhat optional. MI_BUILD_NATIVE off by default David Carlier 2021-02-11 22:18:19 +00:00
  • 1b22da3c28 Merge branch 'dev' into dev-slice Daan Leijen 2021-02-02 10:46:43 -08:00
  • 331491e1e8 build fix for Apple M1 (issue #354 and pr #356) Daan Leijen 2021-02-02 10:46:30 -08:00
  • 16f7a1cfd9 Mac M1 build fix for the (temporary ?) previous fix for Thread Block Control access. David CARLIER 2021-02-02 18:19:29 +00:00
  • ba84aa2783 Merge branch 'dev' into dev-slice Daan Leijen 2021-02-01 15:47:37 -08:00
  • a7c33a3b0e fix getting the unique thread id on the Apple M1, see issue #354. Daan Leijen 2021-02-01 15:47:22 -08:00
  • c426ab4ea2 add condition to avoid compilation error on vs2015 (#issue 353) Daan Leijen 2021-02-01 15:41:41 -08:00
  • c2f6a86939 Fix _mi_thread_id issue on apple arm64 Koen Schmeets 2021-02-01 23:08:45 +01:00
  • 0091a641a7 undo previous commit dcae918 due to wrong logic (issue #289) Daan Leijen 2021-02-01 09:55:18 -08:00
  • dcae918b84 always do ASLR in secure mode even in debug mode (issue #289) Daan Leijen 2021-02-01 09:49:12 -08:00
  • 2762784364 Merge branch 'dev' into dev-slice v2.0.0 Daan Leijen 2021-01-31 14:12:51 -08:00
  • 15220c6843
    Update readme for v2.0 Daan 2021-01-31 14:11:35 -08:00
  • bd56782f26 bump version to 2.0.0 Daan Leijen 2021-01-31 14:02:06 -08:00
  • 8bcc60edd9 Merge branch 'dev' into dev-slice Daan Leijen 2021-01-31 13:57:35 -08:00
  • 92ead2d880 bump version to 1.7.0 v1.7.0 Daan Leijen 2021-01-31 13:51:19 -08:00
  • 599d6327ba
    Update readme.md Daan 2021-01-31 12:03:16 -08:00
  • 89b7955afe
    Update readme.md Daan 2021-01-31 11:58:46 -08:00
  • 706654f41b
    Update readme.md Daan 2021-01-31 11:58:22 -08:00
  • 7f052290da
    Update readme.md Daan 2021-01-31 11:57:51 -08:00
  • 620638cfaf
    Update readme.md Daan 2021-01-31 11:49:44 -08:00
  • 2f04bec5d9
    Update readme.md Daan 2021-01-31 11:44:34 -08:00
  • 9f31b49527
    Update readme.md Daan 2021-01-31 11:43:50 -08:00
  • 9bacaa25c8
    Update readme.md Daan 2021-01-31 11:42:16 -08:00
  • 08bd9d80d7
    Update readme.md Daan 2021-01-31 11:36:36 -08:00
  • 6ccf695dcb
    Update readme.md Daan 2021-01-31 11:34:13 -08:00
  • bb92ee8520
    Update readme.md Daan 2021-01-31 11:32:54 -08:00
  • 512cdd5aeb Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev Daan Leijen 2021-01-31 11:29:32 -08:00
  • a1fb2a4957 add rss figures Daan Leijen 2021-01-31 11:28:39 -08:00
  • a6bc463652
    Update benchmark figures Daan 2021-01-31 11:20:56 -08:00
  • 558c8d085e update benchmark references Daan Leijen 2021-01-31 10:23:57 -08:00
  • 58678ac4eb move bench figures in separate folder Daan Leijen 2021-01-31 10:21:17 -08:00
  • 645659bb1f add new benchmark results Daan Leijen 2021-01-31 10:16:18 -08:00
  • 2aebb37fb0 merge from dev Daan Leijen 2021-01-30 17:15:24 -08:00
  • a87a808a8b Merge branch 'master' into dev Daan Leijen 2021-01-30 17:14:31 -08:00
  • d98ffca987
    fix indentation Daan 2021-01-30 17:14:11 -08:00
  • b61996184e
    Use explicit trigger syntax Daan 2021-01-30 17:11:02 -08:00
  • 36b7a3cb03 merge from dev Daan Leijen 2021-01-30 16:37:38 -08:00
  • 35c1fc2be9 limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memcpy_aligned for machine-word aligned copy. see issue #201 and pr #253 Daan Leijen 2021-01-30 14:33:46 -08:00
  • b93cba3b05 merge from dev Daan Leijen 2021-01-29 16:53:52 -08:00
  • 92ec493a5d possible fix for aligment warning (issue #341) Daan Leijen 2021-01-29 16:21:50 -08:00
  • 0a06884732 ensure memcpy with rep stosb is only used on windows Daan Leijen 2021-01-29 16:09:09 -08:00
  • 9b966c3492
    Merge pull request #253 from haneefmubarak/memcpy-rep-movsb-windows-201 Daan 2021-01-29 16:00:00 -08:00
  • 5291487dac fix cmake typo in merge for #255 Daan Leijen 2021-01-29 15:52:18 -08:00