mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
calloc() was internally calling malloc_impl() which would scrub out all the allocated memory with the scrub byte (0xdc). We would then immediately zero-fill the memory. This was obviously a waste of time, and our hash tables were doing it all the time. :^)
15 KiB
15 KiB