ladybird/Userland
Gunnar Beutner f589acaac9 AudioServer: Put the m_zero_filled_buffer variable into the .bss segment
This way we don't have to allocate this at runtime. I'm intentionally
not using static constexpr here because that would put the variable
into the .rodata segment and would therefore increase the binary by
4kB.

The old code also failed to free() the buffer in the destructor, however
that wasn't much of an issue because the Mixer object exists throughout
the program's entire lifetime.
2021-06-16 20:07:37 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications Help: When opening a page, make sure it is selected in the tree view 2021-06-16 16:30:54 +04:30
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Indicate git changes in the editor's gutter 2021-06-13 12:33:15 +01:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Disable filling with background color during end animation 2021-06-13 19:29:52 +01:00
Libraries LibRegex: Display correct position for Compare in REGEX_DEBUG 2021-06-16 16:30:12 +04:30
Services AudioServer: Put the m_zero_filled_buffer variable into the .bss segment 2021-06-16 20:07:37 +02:00
Shell Shell: Remove unused InlineLinkedList header include 2021-06-16 10:40:01 +02:00
Utilities Userland: Teach the file utility that empty files also exist 2021-06-15 21:30:55 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00