ladybird/Userland
Lenny Maiorani f91bcb8895 LibC: Simplify malloc size classes
Problem:
- `size_classes` is a C-style array which makes it difficult to use in
  algorithms.
- `all_of` algorithm is re-written for the specific implementation.

Solution:
- Change `size_classes` to be an `Array`.
- Directly use the generic `all_of` algorithm instead of
  reimplementing.
2021-05-18 08:06:01 +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: Simplify malloc size classes 2021-05-18 08:06:01 +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 Utilities/wasm: Say something when execution traps 2021-05-17 23:25:30 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00