ladybird/Kernel/Memory
Ben Wiederhake 65b420f996 Everywhere: Remove unused includes of AK/Memory.h
These instances were detected by searching for files that include
AK/Memory.h, but don't match the regex:

\\b(fast_u32_copy|fast_u32_fill|secure_zero|timing_safe_compare)\\b

This regex is pessimistic, so there might be more files that don't
actually use any memory function.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
AddressSpace.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
AnonymousVMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
MemoryManager.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
PageDirectory.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
PageDirectory.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
PageFaultResponse.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalRegion.h Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
PrivateInodeVMObject.h
Region.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
Region.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
RegionTree.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
RegionTree.h
RingBuffer.cpp
RingBuffer.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
SharedInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
SharedInodeVMObject.h
TypedMapping.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
VirtualRange.cpp
VirtualRange.h
VMObject.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
VMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00