mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
MemoryManager cannot use the Singleton class because MemoryManager::initialize is called before the global constructors are run. That caused the Singleton to be re-initialized, causing it to create another MemoryManager instance. Fixes #3226
4.6 KiB
4.6 KiB