Package libmimalloc: Information

    Source package: libmimalloc
    Version: 1.0-alt1.1
    Build time:  Jun 1, 2021, 07:56 PM in the task #273307
    Category: System/Libraries
    Report package bug
    License: BSD
    Summary: A general purpose allocator with excellent performance
    Description: 
    mimalloc (pronounced "me-malloc")
    is a general purpose allocator with excellent performance characteristics.
    Initially developed by Daan Leijen for the run-time systems of the
    
    It is a drop-in replacement for `malloc` and can be used in other programs
    without code changes, for example, on Unix you can use it as:
    
    $ LD_PRELOAD=/usr/bin/libmimalloc.so  myprogram

    List of rpms provided by this srpm:
    libmimalloc (x86_64, ppc64le, i586, armh, aarch64)
    libmimalloc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libmimalloc-devel (x86_64, ppc64le, i586, armh, aarch64)
    libmimalloc-devel-static (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Arseny Maslennikov


      1. cmake
      2. gcc-c++

    Last changed


    June 1, 2021 Arseny Maslennikov 1.0-alt1.1
    - NMU: spec: adapted to new CMake macros.
    June 23, 2019 George V. Kouryachy 1.0-alt1
    - Initial build for ALT