summaryrefslogtreecommitdiff
path: root/Kernel/Heap
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-07-11 14:01:46 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-11 14:14:51 +0200
commit966880eb45330bcdfbf4e0d74ad6e11b4782716c (patch)
treedef81a29f1cd84345813317e0c23340838a85ec7 /Kernel/Heap
parent0718bd264c42cd373085d68607324f3981b1a05c (diff)
downloadserenity-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