summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07Merge pull request #641 from ofek/patch-1tachibanaDaan
Fix typo
2022-11-05Fix typoOfek Lev
2022-11-03Update readme.mdDaan
2022-11-03merge from devdaan
2022-11-03update to v2.0.7daan
2022-11-03update to v1.7.7daan
2022-11-02Merge branch 'dev' into dev-slicedaan
2022-11-02add comment on crash on Windows server 2019daan
2022-11-02Merge branch 'dev' into dev-slicedaan
2022-11-02potential fix for link error with clang-cl (issue #631)daan
2022-11-02Merge branch 'dev' into dev-slicedaan
2022-11-02fix compiler warning on unused parameter (issues #251)daan
2022-11-01Merge branch 'dev' into dev-slicedaan
2022-11-01fix align5 testdaan
2022-11-01merge from devdaan
2022-11-01fix warningsdaan
2022-11-01merge from devdaan
2022-11-01update arena_id apidaan
2022-11-01initial api for heaps restricted to a certain arenadaan
2022-11-01merge arena_id from devdaan
2022-11-01fix off by one in arena iddaan
2022-11-01initial work on heaps restricted to specific arena'sdaan
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31relax restriction of size to be an integral multiple of the alignment in ↵daan
'alloc_aligned' as too many programs need this; see PR #584
2022-10-31fix atomic lib reference, see PR #586daan
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31nicer style for pc_librariesdaan
2022-10-31fix version number in pc-configdaan
2022-10-31Merge pull request #595 from eli-schwartz/pkg-configDaan
cmake: add pkg-config file
2022-10-31Merge pull request #588 from TApplencourt/devDaan
Add support for IntelLLVM
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31add cmake option MI_WIN_REDIRECT to be able to explicitly disable linking ↵daan
with mimalloc-redirect on windows; always OFF on ARM, fixes issue #591 and #590
2022-10-31add mi_cdecl to functions to avoid errors when compiling with a different ↵daan
calling convention, see PR #592
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31split out _mi_page_try_use_delayed_free for contention reduction (issue #630)daan
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31reduce contention on the delayed_free lock; see issue #630daan
2022-10-31Merge branch 'dev' into dev-slicedaan
2022-10-31update vs project for valgrinddaan
2022-10-31possible fix for warning in issue #635daan
2022-10-30fix alignment_max for 32-bit systems (unfortunately, we need to include ↵daan
stdint.h now)
2022-10-30Merge branch 'dev' into dev-slicedaan
2022-10-30fix valgrind linkdaan
2022-10-30Merge branch 'dev' into dev-slicedaan
2022-10-30fix realloc memory tracking in valgrinddaan
2022-10-30update readme for valgrinddaan
2022-10-30Merge branch 'dev' into dev-slicedaan
2022-10-30update readmedaan
2022-10-30update readmedaan
2022-10-30merge from dev-trackdaan