summaryrefslogtreecommitdiff
path: root/AK/Memory.h
AgeCommit message (Expand)Author
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