summaryrefslogtreecommitdiff
path: root/AK/Memory.h
AgeCommit message (Expand)Author
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13AK: Add naive implementations of AK::timing_safe_compareBrian Gianforcaro
2022-01-26AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64Idan Horowitz
2021-09-13AK: Add secure_zero() implementation so it can be used on all platformsBrian Gianforcaro
2021-05-31AK: Guard inline assembly with ARCH(I386) and provide alternativeAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-07-27AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset()Andreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-09AK: Add missing copyright header to Memory.hLinus Groh
2020-04-30AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macrosAndreas Kling
2020-03-08AK: Move memory stuff (fast memcpy, etc) to a separate headerAndreas Kling