mimalloc

Source: Wikipedia, the free encyclopedia.
mimalloc
Original author(s)Daan Leijen /
Microsoft Research
Developer(s)Microsoft
Initial releaseJuly 2019; 4 years ago (2019-07)
Stable release
2.1.4[1] Edit this on Wikidata / 7 November 2023
Software library
LicenseMIT License
Websitemicrosoft.github.io/mimalloc/

mimalloc (pronounced "me-malloc") is a

heaps
. It can co-exist with other memory allocators linked to the same program. mimalloc is available on
*BSD.[5] The source code is licensed under MIT License and available on GitHub.[6]

See also

References

  1. ^ "Release 2.1.4". 22 April 2024. Retrieved 23 April 2024.
  2. ^ "Maruf Ali: Investigation of Memory Allocators" (PDF).
  3. ^ "Microsoft releases optimized malloc() as open source - Slashdot". slashdot.org.
  4. ^ "Analysis of mimalloc". Develop Paper. September 11, 2019.
  5. ^ "Google Translate". translate.google.com. 25 June 2019.
  6. ^ "microsoft/mimalloc". July 5, 2020 – via GitHub.

Further reading

External links