cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -200,7 +200,7 @@ namespace Memory {
|
||||
FreeRange(ptr, (size_t)n * 0x1000);
|
||||
}
|
||||
|
||||
void PageFrameAllocator::GetStats(Montauk::MemStats* out) {
|
||||
void PageFrameAllocator::GetStats(montauk::abi::MemStats* out) {
|
||||
if (!out) return;
|
||||
Lock.Acquire();
|
||||
uint64_t freeBytes = 0;
|
||||
|
||||
Reference in New Issue
Block a user