1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland
Lenny Maiorani 31d24d8292 LibC: Remove static from function local constexpr variable
Problem:
- Function local `constexpr` variables do not need to be
  `static`. This consumes memory which is unnecessary and can prevent
  some optimizations.

Solution:
- Remove `static` keyword.
2021-05-18 08:07:21 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications SystemMonitor: Show UDP sockets 2021-05-18 08:03:40 +02:00
Demos Demos: Add Mandelbrot demo 2021-05-17 13:35:39 +02:00
DevTools LibC: Simplify malloc size classes 2021-05-18 08:06:01 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
Libraries LibC: Remove static from function local constexpr variable 2021-05-18 08:07:21 +02:00
Services WindowServer: Don't attempt to make WindowServer inspectable 2021-05-17 23:32:37 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities LibC: Remove static from function local constexpr variable 2021-05-18 08:07:21 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00