Package libmimalloc: Information

    Source package: libmimalloc
    Version: 1.0-alt1.1
    Build time:  Jul 6, 2022, 11:55 PM
    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 (e2kv6, e2kv5, e2kv4, e2k)
    libmimalloc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libmimalloc-devel (e2kv6, e2kv5, e2kv4, e2k)
    libmimalloc-devel-static (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Arseny Maslennikov


      1. gcc-c++
      2. cmake

    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