summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/VM.h
AgeCommit message (Expand)Author
2025-04-02[SharedCache] Refactor Shared CacheMason Reed
2025-02-26[SharedCache] Fix loading DSC BNDB from a local project crashingGlenn Smith
2025-02-17[SharedCache] Split state into initial, loaded, and modifiedMark Rowe
2025-02-12[SharedCache] Rework how file accessors are handledMark Rowe
2025-02-12[SharedCache] Simplify MMappedFileAccessor::Read* methodsMark Rowe
2025-01-27[SharedCache] Optimize `ReadExportNode`Mark Rowe
2025-01-15[SharedCache] Avoid copying strings on each call to VM::MappingAtAddressMark Rowe
2024-12-10[SharedCache] Have VM track ranges rather than pagesMark Rowe
2024-11-13Don't leak DataBuffersMark Rowe
2024-11-05[SharedCache] Add project support for split dscJosh Ferrell
2024-10-23Initial commit of the alpha dyld_shared_cache view API Plugin.kat