An open API service indexing awesome lists of open source software.

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

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/