Skip to content

mimalloc

  • Segfaults when used in LD_PRELOAD
  • Depends on cmake
  • jemalloc, mimalloc, and rpmalloc are “modern allocators”
  • mimalloc is more than 2.5× faster than tcmalloc and jemalloc
  • musl allocator malloc-ng is based on hardened_malloc
  • All allocators should be secure; having a secure version does not make sense
  • Alpaquita, Chimera, eweOS, OpenMandriva and Void all have experimental mimalloc support

Resources