Add a small abstract

This commit is contained in:
Philipp Oppermann
2020-01-08 17:37:28 +01:00
parent 06ea0caece
commit 26fc3ba626

View File

@@ -5,6 +5,8 @@ path = "allocator-designs"
date = 0000-01-01
+++
This post explains how to implement heap allocators from scratch. It presents different allocator designs and explains their advantages and drawbacks. We then use this knowledge to create a kernel allocator with improved performance.
TODO
<!-- more -->