Package libmimalloc: Information

    Binary package: libmimalloc
    Version: 1.0-alt1.1
    Architecture: armh
    Build time:  Jun 1, 2021, 07:56 PM in the task #273307
    Source package: libmimalloc
    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

    Maintainer: Arseny Maslennikov


    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