Commit Graph

  • ab1c1b5287 update readme Daan 2022-01-22 12:42:41 -08:00
  • 489332c8d6 update readme Daan 2022-01-22 12:41:19 -08:00
  • 13cc3567ab update readme Daan 2022-01-22 12:36:08 -08:00
  • 74e83d646c update logo Daan 2022-01-22 12:05:01 -08:00
  • 6d133feda7 add new logos Daan 2022-01-22 11:53:39 -08:00
  • 3b4402a764 fix link error to _mi_bin with C++; issue #533 Daan 2022-01-22 10:08:16 -08:00
  • 6d7e45409c Add MI_SKIP_COLLECT_ON_EXIT flag Jarred Sumner 2022-01-18 21:11:12 -08:00
  • 185bffd82e mimalloc-types: amend comment adding medium to list of page kinds Michael Clark 2022-01-19 08:03:39 +13:00
  • 5cde5022ea merge from dev Daan Leijen 2022-01-16 12:41:23 -08:00
  • 41400a3135 update minject for issue #521 Daan Leijen 2022-01-16 12:39:37 -08:00
  • 4b8e3897a8 remove spurious check and add further assertions (issue #526) Daan 2022-01-16 12:20:32 -08:00
  • 262ec2094b fix uint8_t to size_t comparison (issue #525) Daan 2022-01-16 12:12:45 -08:00
  • f8593d23b2 fix return code check on syscall (issue #524) Daan 2022-01-16 12:10:33 -08:00
  • ca03019460 fix warning on clang on macos Daan 2022-01-16 12:07:07 -08:00
  • 119e36c446 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev Daan 2022-01-16 12:06:34 -08:00
  • 79a548dfb4 Merge branch 'dev' into dev-slice Daan Leijen 2022-01-12 17:00:04 -08:00
  • 891b0743f9 fix extern C declaration for msvc (issue #523) Daan Leijen 2022-01-12 16:59:32 -08:00
  • 0069845ab2 Merge branch 'dev' into dev-slice Daan Leijen 2022-01-11 15:42:36 -08:00
  • 6e7b3cee9b avoid using atexit in a Windows dll; potential fix for #512 Daan Leijen 2022-01-11 15:42:27 -08:00
  • c0dcfaa821 Merge branch 'dev' into dev-slice Daan Leijen 2022-01-10 16:57:23 -08:00
  • 64f9ac41f6 update comment Daan Leijen 2022-01-10 16:53:19 -08:00
  • b20ad25e2d Merge branch 'dev' into dev-slice daan 2022-01-10 16:21:15 -08:00
  • f74e563537 merge from master Daan Leijen 2022-01-10 16:20:22 -08:00
  • 54fa8517f1 Merge pull request #511 from AkarinVS/patch/cmake-export-static Daan 2022-01-10 16:18:39 -08:00
  • f79590a7e5 merge from master Daan Leijen 2022-01-10 16:15:31 -08:00
  • 6105eea2be Merge pull request #516 from urschanselmann/master Daan 2022-01-10 16:13:22 -08:00
  • 3b6e28c8e8 Merge pull request #517 from tiran/debug-uninit Daan 2022-01-10 16:12:10 -08:00
  • 7886c7d6dd add mimalloc injection utility for windows Daan Leijen 2022-01-10 16:09:42 -08:00
  • 8b5b327ffb treat exe as binary Daan Leijen 2022-01-10 16:09:20 -08:00
  • c808965f7b further fixes to allow statically linking mimalloc in DLL modules (issue #508) Daan Leijen 2022-01-10 16:07:22 -08:00
  • 6b0faa20e6 update redirection dll's for windows 11 (issue #498) Daan Leijen 2022-01-10 16:06:34 -08:00
  • b8267e5846 merge from dev Daan Leijen 2022-01-10 15:40:22 -08:00
  • 1bdc5899dc improve commit/decommit on Linux Daan Leijen 2022-01-10 15:39:49 -08:00
  • 6ba0d8ed0e merge from dev daan 2022-01-10 15:29:49 -08:00
  • b6e208396a fix warnings on Solaris, issue #520 daan 2022-01-10 15:26:22 -08:00
  • 735689cdef Merge pull request #515 from res2k/msvc-late-cleanup Daan 2022-01-10 14:59:03 -08:00
  • 3ec1180470 ignore reset_decommits option in the 2.x / dev-slice version Daan 2022-01-10 12:10:18 -08:00
  • 6ad7ef3294 Merge branch 'dev' into dev-slice Daan 2022-01-10 12:04:47 -08:00
  • dc546beec1 nicefy Daan 2022-01-10 12:04:24 -08:00
  • c0e585c070 update copyright year Daan 2022-01-10 12:01:26 -08:00
  • 01f1698d2e nicefy Daan 2022-01-10 12:00:24 -08:00
  • 2085cca66b Merge branch 'dev' into dev-slice Daan 2022-01-10 11:41:12 -08:00
  • e9b159e306 fix g++ compilation on macos Daan 2022-01-10 11:40:57 -08:00
  • b437501280 avoid conditional load on macos Daan 2022-01-10 11:40:36 -08:00
  • 5bf01c7769 Allow overrides of MI_DEBUG memory constants Christian Heimes 2022-01-05 13:11:44 +01:00
  • 8871c26c93 fix unused macro name for emscripten build urschanselmann 2022-01-05 12:13:17 +01:00
  • 1114bac2aa fix unused macro name for emscripten build Urs Hanselmann 2022-01-05 12:05:32 +01:00
  • 456e73db3b Remove a redundant FlsSetValue() Frank Richter 2022-01-02 13:41:16 +01:00
  • 62bdc8fc89 Expand comment on 'FLS early cleanup avoidance' in mi_process_init() Frank Richter 2022-01-02 13:40:59 +01:00
  • 4b62f462c7 Perform thread cleanup for main threads as late as possible for Windows static builds Frank Richter 2021-12-28 14:59:32 +01:00
  • 82aff15fd1 Prefer MSVC 'data section magic' over C++ static initialization Frank Richter 2021-12-28 14:54:15 +01:00
  • da7f0bd393 Merge branch 'dev' into dev-slice daan 2022-01-01 16:24:41 -08:00
  • 721996d035 revise assembly test for the _mi_threadid(); fix issue #495 with musl libc on arm; test specifically for bionic libc on Android daan 2022-01-01 15:54:06 -08:00
  • 98e7e8379e cmake: export mimalloc-static as well akarin 2021-12-26 18:17:53 +09:00
  • fe47ec4b2d Pass build config to CMake invocation in Windows pipeline jobs Frank Richter 2021-12-21 13:07:39 +01:00
  • ce5f64627e Add tests to check "freed memory fill" behaviour in debug mode Frank Richter 2021-12-19 21:57:06 +01:00
  • 617de5b346 Add tests for debug mode "uninit fill" behaviour Frank Richter 2021-12-19 21:56:52 +01:00
  • 0cc9365581 Add tests for zero-initialization functions Frank Richter 2021-12-19 19:45:39 +01:00
  • 570098dc18 Replace redundant CMake code for tests with a loop Frank Richter 2021-12-21 12:54:15 +01:00
  • ce91ac4b55 Move test macros/helpers to a separate header Frank Richter 2021-12-21 12:39:17 +01:00
  • e5f90772ab Merge pull request #504 from res2k/tweak-stats-doc Daan 2021-12-20 17:44:52 -08:00
  • 1216ad3970 Merge branch 'dev' into dev-slice Daan Leijen 2021-12-20 12:34:13 -08:00
  • 7934eec677 ensure in debug mode that all allocated block are initialized with MI_DEBUG_UNINIT (issue #501) Daan Leijen 2021-12-20 12:33:54 -08:00
  • f547533b72 Merge branch 'dev' into dev-slice Daan 2021-12-19 15:37:57 -08:00
  • 84e159b23f comments Daan 2021-12-19 15:29:58 -08:00
  • 1c7f9e1d56 for safety do not print illegal environment values Daan 2021-12-19 10:37:10 -08:00
  • 9a625a4c03 small rewrite of PR #505 Daan 2021-12-19 10:35:12 -08:00
  • 7e9793c0ef fix too early tlv access on macOS in the recursion check Daan 2021-12-19 10:22:48 -08:00
  • 43fd228547 small rewrite of pr #506 Daan 2021-12-19 10:01:53 -08:00
  • 45999b2086 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev Daan 2021-12-19 09:52:20 -08:00
  • f76646cb7d Merge pull request #505 from res2k/fix-mi_strlcat Daan 2021-12-19 09:52:09 -08:00
  • fc169985d6 Merge branch 'master' into dev Daan 2021-12-19 09:51:17 -08:00
  • 04e9137849 Merge pull request #506 from res2k/mi_option-verbose-fixes Daan 2021-12-19 09:48:14 -08:00
  • 4517219823 options: Always print a warning if the 'verbose' option value is bogus Frank Richter 2021-12-19 15:56:26 +01:00
  • d877dc8f32 Avoid a possible infinite recursion in options parsing. Frank Richter 2021-12-19 15:46:46 +01:00
  • 59e17444a3 Replace mi_strlcpy() and mi_strlcat() with versions written from scratch Frank Richter 2021-12-19 15:10:36 +01:00
  • 134947510c Tweak documentation for mi_heap_area_t::used. Frank Richter 2021-12-19 14:51:15 +01:00
  • 19a1473ea1 update docs daan 2021-12-18 16:38:03 -08:00
  • fa165052e2 Merge branch 'dev' into dev-slice daan 2021-12-18 16:36:58 -08:00
  • 3f28c983d6 update documentation daan 2021-12-18 16:36:37 -08:00
  • b17e6e7eb4 fix bug in freeing huge OS page allocation spanning multiple huge OS pages daan 2021-12-18 11:37:00 -08:00
  • e4f5564b7b merge from dev daan 2021-12-18 11:34:02 -08:00
  • 988d9343d1 Merge branch 'dev' into dev-slice Daan Leijen 2021-12-18 11:11:54 -08:00
  • c6e3e3ff66 update alignment tests Daan Leijen 2021-12-18 11:11:44 -08:00
  • 297e5f31ee default to portable C for the thread id on arm 32-bit, issue #495 daan 2021-12-17 13:48:39 -08:00
  • 206099141d NetBSD mi_reallocarr should update errno (based on PR #499 by @devexen) daan 2021-12-17 13:40:39 -08:00
  • 6281a020c7 Merge branch 'dev' into dev-slice daan 2021-12-17 13:25:44 -08:00
  • 38ba60d3a3 add extra alignment tests daan 2021-12-17 13:25:38 -08:00
  • af797c127e merge from dev (MI_ALIGNED_MAX) daan 2021-12-17 13:23:24 -08:00
  • 3d46cad1ed improve aligned allocation performance daan 2021-12-17 13:18:05 -08:00
  • 7f3485781e restrict max aligment boundary to prevent bug with segment determination (found by Matthew Parkinson). daan 2021-12-17 11:40:46 -08:00
  • 0630784e2b Merge branch 'dev' into dev-slice daan 2021-12-16 15:36:03 -08:00
  • 6e86921ee9 remove accidental define daan 2021-12-16 15:35:53 -08:00
  • 0ba56e6cc1 Merge branch 'dev' into dev-slice daan 2021-12-16 15:35:04 -08:00
  • 0574d5a13a reenable the use of sbrk on wasm as it seems more stable than direct memory_grow daan 2021-12-16 15:34:52 -08:00
  • 743bcb6635 Merge branch 'dev' into dev-slice daan 2021-12-16 15:11:58 -08:00
  • ee62503353 use wasm_memory_grow instead of sbrk on wasm daan 2021-12-16 15:11:47 -08:00
  • 87ae2ea506 improve sbrk/wasm_memory_grow implementation daan 2021-12-16 14:54:10 -08:00
  • a411eaf819 Merge branch 'dev-slice' of https://github.com/microsoft/mimalloc into dev-slice daan 2021-12-15 19:29:12 -08:00
  • 1024f8e15f Merge branch 'dev' into dev-slice daan 2021-12-15 19:29:04 -08:00