https://github.com/unikraft/lib-mimalloc
Port of mimalloc
https://github.com/unikraft/lib-mimalloc
allocator library mimalloc unikraft
Last synced: 10 months 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-01-02T20:55:44.000Z (about 2 years ago)
- Last Synced: 2024-04-17T21:16:48.880Z (almost 2 years ago)
- Topics: allocator, library, mimalloc, unikraft
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 13
- Forks: 10
- 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/