diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-11 14:01:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-11 14:14:51 +0200 |
commit | 966880eb45330bcdfbf4e0d74ad6e11b4782716c (patch) | |
tree | def81a29f1cd84345813317e0c23340838a85ec7 /Kernel/Heap | |
parent | 0718bd264c42cd373085d68607324f3981b1a05c (diff) | |
download | serenity-966880eb45330bcdfbf4e0d74ad6e11b4782716c.zip |
AK: Don't use realloc() in AK::ByteBuffer
This class is the only reason we have to support krealloc() in the
kernel heap, something which adds a lot of complexity.
Let's move towards a simpler path and do malloc+memset in the
ByteBuffer code (where we know the sizes anyway.)
Diffstat (limited to 'Kernel/Heap')
0 files changed, 0 insertions, 0 deletions