mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +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
1.9 KiB
1.9 KiB