1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* ------------------------------------------- Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ #pragma once #include <NewKit/Defines.h> #define kSwapMgrBlockMaxSize mib_cast(16) #define KSwapMgrBlockMagic "SWEP " #define kSwapMgrPageFile "/System/pagefile.sys" /// @file SwapMgr.h /// @brief Virtual memory swap manager.