Files
ladybird/Libraries/LibGC/BlockAllocator.cpp
Andreas Kling 5af4bc81e1 LibGC: Use mach_vm_map() for BlockAllocator on macOS
This allows us to get a correctly aligned allocation with a single
syscall, unlike posix_memalign() which makes no such guarantees.
2025-12-19 20:21:07 -06:00

3.7 KiB