Files
ladybird/Userland/Libraries/LibGfx
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
..
2022-01-04 21:41:14 +02:00
2022-01-04 21:41:14 +02:00
2022-01-04 21:41:14 +02:00
2021-12-30 14:24:29 +01:00
2022-01-01 22:51:53 +01:00
2022-01-01 22:51:53 +01:00
2022-01-01 22:51:53 +01:00
2022-01-01 22:51:53 +01:00