summaryrefslogtreecommitdiff
path: root/src/common/cache_management.cpp
AgeCommit message (Collapse)Author
2022-12-11memory: correct semantics of data cache management operationsLiam
2022-11-28common/cache_management: Amend header includesLioncash
Narrows the include in the header to <cstddef>, since that's what houses size_t's definition, meanwhile the <cstdint> include can be moved into the cpp file.
2022-11-12common: add cache management functionsLiam