serenity/AK
Andreas Kling 8068b8e09e Add a Vector::clear_with_capacity() that doesn't release the backing store.
Use this for WindowManager's dirty rects to avoid kmalloc traffic.
2019-01-12 07:22:25 +01:00
..
.gitignore Run without SimpleMalloc locally for now. 2018-10-10 15:11:43 +02:00
AKString.h More window manager hacking. FocusIn/FocusOut events. 2019-01-09 05:40:04 +01:00
Assertions.h Canonicalize the path used by sh. 2018-10-28 09:36:21 +01:00
Bitmap.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Buffer.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
BufferStream.h Make it possible to build the Kernel on a macOS host. 2018-12-02 23:34:50 +01:00
ByteBuffer.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
CircularQueue.h More coding style changes. 2018-12-03 00:39:25 +01:00
Compiler.h Let reap() communicate the dead process's exit status to the caller. 2018-11-28 22:01:24 +01:00
DoublyLinkedList.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
FileSystemPath.cpp Remove FS::read_entire_inode() in favor of Inode::read_entire(). 2018-12-21 17:45:42 +01:00
FileSystemPath.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Function.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
HashFunctions.h Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +02:00
HashMap.h Make PageDirectory store physical pages in a HashMap. 2018-12-31 15:10:12 +01:00
HashTable.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
InlineLinkedList.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
kmalloc.cpp Build LibC and Userland with clang as well. 2018-11-09 14:29:00 +01:00
kmalloc.h Build LibC and Userland with clang as well. 2018-11-09 14:29:00 +01:00
kstdio.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ktime.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
Lock.h Merge Disk namespace into the IDEDiskDevice class. 2018-11-10 15:15:31 +01:00
Makefile Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
MappedFile.cpp Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
MappedFile.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Noncopyable.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
OwnPtr.h Support inserting a newline. 2018-12-05 01:43:07 +01:00
printf.cpp Fix some paging related bugs exposed by the spawn stress test. 2018-11-09 01:25:31 +01:00
Retainable.h Ext2FS: Free Ext2FSInodes when the last user releases them. 2019-01-01 02:38:09 +01:00
RetainPtr.h Make page_in_from_vnode 2x faster. 2018-11-13 13:02:39 +01:00
SimpleMalloc.cpp Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
SimpleMalloc.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
SinglyLinkedList.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
StdLibExtras.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
String.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
StringBuilder.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
StringBuilder.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
StringImpl.cpp Plug leaks in SynthFS::remove_file(). 2018-12-28 03:09:45 +01:00
StringImpl.h Plug leaks in SynthFS::remove_file(). 2018-12-28 03:09:45 +01:00
TemporaryFile.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
TemporaryFile.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
test.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
Traits.h Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
Types.h Implement basic support for times(). 2018-12-03 01:14:19 +01:00
Vector.h Add a Vector::clear_with_capacity() that doesn't release the backing store. 2019-01-12 07:22:25 +01:00
Weakable.h Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00
WeakPtr.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00