Reece
0fb514f856
[+] AuMemory::Cache [+] AuMemory::SwapLock [+] AuMemory::Transition AuROXTL [+] AuPageRoundUp [+] AuPageRound
13 lines
201 B
C++
13 lines
201 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: SwapLock.hpp
|
|
Date: 2022-3-21
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::Memory::SwapLock
|
|
{
|
|
|
|
} |