ladybird/AK
Timothy Flynn 4b4b15adb1 AK: Rearrange Error's members to reduce its size by 8 bytes
This shrinks sizeof(Error) from 32 bytes to 24 bytes, which in turn will
shrink sizeof(ErrorOr<T>) by the same amount (in cases where sizeof(T)
is less than sizeof(Error)).
2022-12-22 14:13:56 -05:00
..
.clang-tidy
AllOf.h
AnyOf.h
ArbitrarySizedEnum.h
Array.h
Assertions.cpp
Assertions.h
Atomic.h
AtomicRefCounted.h
Badge.h
Base64.cpp AK: Stop using DeprecatedString in Base64 encoding 2022-12-20 10:34:19 +01:00
Base64.h AK: Stop using DeprecatedString in Base64 encoding 2022-12-20 10:34:19 +01:00
BinaryBufferWriter.h
BinaryHeap.h
BinarySearch.h
BitCast.h
Bitmap.h AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
BitmapView.h
BitStream.h
Buffered.h
BuiltinWrappers.h
BumpAllocator.h
ByteBuffer.h
ByteReader.h
CharacterTypes.h
Checked.h
CheckedFormatString.h
CircularDeque.h
CircularDuplexStream.h
CircularQueue.h
CMakeLists.txt
Complex.h
Concepts.h
DateConstants.h
DateTimeLexer.h
Debug.h.in
DefaultDelete.h
Demangle.h
DeprecatedString.cpp
DeprecatedString.h AK: Add DeprecatedString::find_last(StringView) 2022-12-20 11:24:05 +01:00
Diagnostics.h
DisjointChunks.h
DistinctNumeric.h
DoublyLinkedList.h
Endian.h
EnumBits.h
Error.h AK: Rearrange Error's members to reduce its size by 8 bytes 2022-12-22 14:13:56 -05:00
ExtraMathConstants.h
FileStream.h
Find.h
FixedArray.h
FixedPoint.h
FloatingPoint.h
FloatingPointStringConversions.cpp
FloatingPointStringConversions.h
FlyString.cpp
FlyString.h
Format.cpp
Format.h
Forward.h
FPControl.h
Function.h
FuzzyMatch.cpp
FuzzyMatch.h
GenericLexer.cpp
GenericLexer.h
GenericShorthands.h
HashFunctions.h
HashMap.h
HashTable.h
Hex.cpp
Hex.h
IDAllocator.h
InsertionSort.h
IntegralMath.h
IntrusiveDetails.h
IntrusiveList.h
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h
IPv6Address.h
IterationDecision.h
Iterator.h
JsonArray.h
JsonArraySerializer.h
JsonObject.h
JsonObjectSerializer.h
JsonParser.cpp
JsonParser.h
JsonPath.cpp
JsonPath.h
JsonValue.cpp
JsonValue.h
kmalloc.cpp
kmalloc.h
kstdio.h
LEB128.h
LexicalPath.cpp
LexicalPath.h
MACAddress.h
Math.h
MemMem.h
Memory.h
MemoryStream.h
NeverDestroyed.h
NoAllocationGuard.h
Noncopyable.h
NonnullOwnPtr.h
NonnullOwnPtrVector.h
NonnullPtrVector.h
NonnullRefPtr.h
NonnullRefPtrVector.h
NumberFormat.h AK: Calculate elapsed days in human_readable_time() 2022-12-21 08:41:34 +00:00
NumericLimits.h
Optional.h
OwnPtr.h
Platform.h
PrintfImplementation.h
Ptr32.h
Queue.h
QuickSort.h
Random.cpp
Random.h
RecursionDecision.h
RedBlackTree.h
RefCounted.h
RefCountForwarder.h
RefPtr.h
Result.h
ReverseIterator.h
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h
SIMD.h
SIMDExtras.h
SIMDMath.h
Singleton.h
SinglyLinkedList.h
SinglyLinkedListWithCount.h
SourceGenerator.h
SourceLocation.h
Span.h
Stack.h
StackInfo.cpp
StackInfo.h
Statistics.h
StdLibExtraDetails.h
StdLibExtras.h
Stream.h
String.cpp
String.h
StringBuilder.cpp
StringBuilder.h
StringFloatingPointConversions.cpp
StringFloatingPointConversions.h
StringHash.h
StringImpl.cpp
StringImpl.h
StringUtils.cpp AK: Add DeprecatedString::find_last(StringView) 2022-12-20 11:24:05 +01:00
StringUtils.h AK: Add DeprecatedString::find_last(StringView) 2022-12-20 11:24:05 +01:00
StringView.cpp
StringView.h AK: Add DeprecatedString::find_last(StringView) 2022-12-20 11:24:05 +01:00
TemporaryChange.h
Time.cpp
Time.h
Traits.h
Trie.h
Try.h
Tuple.h
TypeCasts.h
TypedTransfer.h
TypeList.h
Types.h
UBSanitizer.h
UFixedBigInt.h
UnicodeUtils.h
URL.cpp
URL.h
URLParser.cpp
URLParser.h
Userspace.h
Utf8View.cpp
Utf8View.h
Utf16View.cpp
Utf16View.h
Utf32View.h
UUID.cpp
UUID.h
Variant.h
Vector.h
Weakable.h
WeakPtr.h