Skip to content

Commit

Permalink
Update content/blog/2024-08-01-unikraft-gsoc-debugging-mimalloc.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Radu Nichita <[email protected]>
Signed-off-by: Yang Hu <[email protected]>
  • Loading branch information
huyang531 and RaduNichita committed Aug 9, 2024
1 parent 110e00e commit 84e4564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ However, as Unikraft has evolved significantly over the years, more work has to

So far, I have successfully ported the mimalloc memory allocator to Unikraft, marked by a successful compilation of mimalloc `v1.6.3` against the latest Unikraft core (v0.17.0) with `lib-musl`.
Now, I am focused on validating the functionality and benchmarking the performance of the allocator.
After that, the goal is to port the latest mimalloc (v2.1.7) to the latest Unikraft version (v0.17.0).
The next step would be to port the latest mimalloc (v2.1.7) to the latest Unikraft version (v0.17.0).

## Current Progress

Expand Down

0 comments on commit 84e4564

Please sign in to comment.