summaryrefslogtreecommitdiffstats
path: root/src/core/memory_hook.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memory_hook: Default virtual destructor in the cpp fileLioncash2018-05-031-1/+1
| | | | | Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
* memory: Replace all memory hooking with Special regionsMerryMage2018-01-271-0/+46