https://github.com/unikraft/lib-mimalloc
Port of mimalloc
https://github.com/unikraft/lib-mimalloc
allocator library mimalloc unikraft
Last synced: 11 days ago
JSON representation
Port of mimalloc
- Host: GitHub
- URL: https://github.com/unikraft/lib-mimalloc
- Owner: unikraft
- Created: 2020-10-26T14:57:08.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-06-16T20:54:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T17:46:13.769Z (12 months ago)
- Topics: allocator, library, mimalloc, unikraft
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 10
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mimalloc for Unikraft
=====================
This is the port of the Mimalloc [0] general-purpose memory allocator for
Unikraft as an external library.
How to use this allocator in your unikernel application:
- select "Mimalloc" in `ukboot > Default memory allocator`
- pass at least 256MiB of memory to the unikernel
[0] https://microsoft.github.io/mimalloc/