summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArena.h
AgeCommit message (Expand)Author
2023-12-09Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks in...Admiral H. Curtiss
2023-12-09Common/MemArenaWin: Move the advanced Windows memory function address initial...Admiral H. Curtiss
2023-09-02Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory ...Admiral H. Curtiss
2023-05-19Common/MemArena: Pass shared memory base file name to GrabSHMSegment().Admiral H. Curtiss
2023-05-11Common/MemArenaAndroid: Keep fastmem region mapped.Admiral H. Curtiss
2022-02-14MemArena: Keep fastmem region mapped on Linux.Admiral H. Curtiss
2022-02-14MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.Admiral H. Curtiss
2022-02-14MemArena: Use Common::DynamicLibrary for m_api_ms_win_core_memory_l1_1_6_handle.Admiral H. Curtiss
2022-02-06MemArena: Use placeholders on Windows.Admiral H. Curtiss
2021-12-25MemArena: Prepare interface for proper memory reservation.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2018-05-15Common: Add MemArena.h/cpp to the Common namespaceLioncash
2016-09-06Support for dynamic BAT modification (dynamic-bat).magumagu
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-11-02MemArena: Rename GrabLowMemSpace to GrabSHMSegmentJasper St. Pierre
2014-11-02MemArena: Clean up the code that does the mirroringJasper St. Pierre
2014-11-02MemArena: Remove the low mappings for our pointersJasper St. Pierre
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre