Andreas Kling
|
4291e96991
|
LibC: Implement a simple freelist-based malloc() with size classes.
It's not thread-safe yet, and there is lots of room for improvement.
Still it's a lot faster than the first-fit bitmap-based one it replaces.
|
2019-05-02 02:35:29 +02:00 |
|