[BACK]Return to DESCR CVS log [TXT][DIR] Up to [local] / mystuff-openscad / devel / mimalloc / pkg

Annotation of mystuff-openscad/devel/mimalloc/pkg/DESCR, Revision 1.1.1.1

1.1       afresh1     1: mimalloc (pronounced "me-malloc") is a general purpose allocator
                      2: with excellent performance characteristics. Initially developed by
                      3: Daan Leijen for the runtime systems of the Koka and Lean languages.
                      4:
                      5: mimalloc is a drop-in replacement for malloc and can be used in
                      6: other programs without code changes, for example, on dynamically
                      7: linked ELF-based systems (Linux, BSD, etc.) you can use it as:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>