Files
ladybird/Userland/Libraries/LibGUI
Daniel Bertalan 7d11edbe17 Userland: Fix unnecessary heap allocation of singleton objects
In order to avoid having multiple instances, we were keeping a pointer
to these singleton objects and only allocating them when it was null.

We have `__cxa_guard_{acquire,release}` in the userland, so there's no
need to do this dance, as the compiler will ensure that the constructors
are only called once.
2022-01-28 23:31:00 +01:00
..
2021-09-03 02:32:43 +02:00
2022-01-23 22:12:05 +00:00
2022-01-01 22:51:53 +01:00
2022-01-01 22:51:53 +01:00