Files
ladybird/Kernel
Andreas Kling e334c36757 Kernel: Remove unnecessary allocation metadata from kmalloc() chunks
Each allocation header was tracking its index into the chunk bitmap,
but that index can be computed from the allocation address anyway.

Removing this means that each allocation gets 4 more bytes of memory
and this avoids allocating an extra chunk in many cases. :^)
2020-02-22 15:11:31 +01:00
..
2020-01-18 09:45:54 +01:00
2020-01-31 13:13:04 +01:00
2020-02-04 19:11:52 +01:00
2020-01-18 09:45:54 +01:00
2020-02-18 13:44:27 +01:00