Package Release Info

mimalloc-2.1.7-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmimalloc2
mimalloc-devel

Change Logs

* Wed Jun 26 2024 Michael Pujos <pujos.michael@gmail.com>
- run tests in %check section
- update to 2.1.7:
  * Fix build issues on less common platforms
  * Started upstreaming patches from the CPython integration
  * Upstream vcpkg patches
- update to 2.1.6:
  * Fix build errors on various (older) platforms
  * Refactored aligned allocation
- update to 2.1.4:
  * Fixes various bugs and build issues
  * Add MI_LIBC_MUSL cmake flag for musl builds
  * Free-ing code is refactored into a separate module (free.c)
  * Mimalloc page info is simplified with the block size directly available
    (and new block_size_shift to improve aligned block free-ing)
  * New approach to collection of abandoned segments:
    When a thread terminates the segments it owns are abandoned
    (containing still live objects) and these can be reclaimed by other threads.
    We no longer use a list of abandoned segments but this is now done using
    bitmaps in arena's which is more concurrent (and more aggressive).
    Abandoned memory can now also be reclaimed if a thread frees an object
    in an abandoned page (which can be disabled using mi_option_abandoned_reclaim_on_free).
    The option mi_option_max_segment_reclaim gives a maximum percentage
    of abandoned segments that can be reclaimed per try (=10%).
* Tue Oct 10 2023 ming li <mli@suse.com>
- update to 2.1.2:
  * remove segment-cache
Version: 2.0.9-bp155.1.5
* Thu Jan 05 2023 Dirk Müller <dmueller@suse.com>
- update to 2.0.9:
  * support for arbitrary alignment
  * see https://github.com/microsoft/mimalloc/compare/v2.0.7...v2.0.9
* Wed Nov 23 2022 Dirk Müller <dmueller@suse.com>
- update to 2.0.7:
  * valgrind support
* Tue Jul 26 2022 Martin Liška <mliska@suse.cz>
- Update sover to 2.
* Sun May 29 2022 Dirk Müller <dmueller@suse.com>
- update to 2.0.6:
  * long list of fixes, see https://github.com/microsoft/mimalloc/compare/v2.0.3...v2.0.6
* Tue Feb 01 2022 Martin Liška <mliska@suse.cz>
- Fix libname.
* Mon Jan 31 2022 Jan Engelhardt <jengelh@inai.de>
- Make performane claims more concrete; drop
  project history from description.
* Mon Jan 31 2022 Martin Liška <mliska@suse.cz>
- Initial package version 2.0.3.