summaryrefslogtreecommitdiff
path: root/src/common/cache_management.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-11memory: correct semantics of data cache management operationsGravatar Liam1-59/+0
2022-11-28common/cache_management: Amend header includesGravatar Lioncash1-3/+2
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 functionsGravatar Liam1-0/+60