Files
ladybird/Userland/Libraries/LibJS/Bytecode/BasicBlock.cpp
Andreas Kling d560ee118d LibJS: Allocate 4 KiB for Bytecode::BasicBlock
There's no reason not to, since we're using mmap() for these anyway
and that gives us memory in 4 KiB increments. :^)
2021-06-10 21:59:49 +02:00

2.1 KiB