LeviLamina
Loading...
Searching...
No Matches
VirtualAllocator_windows.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/memory/IVirtualAllocator.h"
7
#include "mc/platform/Result.h"
8
9
namespace
Bedrock::Memory {
10
11
class
VirtualAllocator_windows
:
public
::Bedrock::Memory::IVirtualAllocator
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual ::Bedrock::Result<::Bedrock::Memory::IVirtualAllocator::ReservationInfo>
17
reserve(
::Bedrock::Memory::IVirtualAllocator::Flags
,
void
*, uint64, uint64)
/*override*/
;
18
19
// vIndex: 1
20
virtual ::Bedrock::Result<void>
21
commit(
::Bedrock::Memory::IVirtualAllocator::Flags
,
void
*, uint64, uint64,
int
)
/*override*/
;
22
23
// vIndex: 2
24
virtual ::Bedrock::Result<void> decommit(
::Bedrock::Memory::IVirtualAllocator::Flags
,
void
*, uint64)
/*override*/
;
25
26
// vIndex: 3
27
virtual ::Bedrock::Result<void> release(
::Bedrock::Memory::IVirtualAllocator::Flags
,
void
*, uint64)
/*override*/
;
28
29
// vIndex: 4
30
virtual ::Bedrock::Memory::IVirtualAllocator::Flags getDefaultFlags()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// namespace Bedrock::Memory
Bedrock::Memory::IVirtualAllocator
Definition
IVirtualAllocator.h:10
Bedrock::Memory::VirtualAllocator_windows
Definition
VirtualAllocator_windows.h:11
Bedrock::Memory::IVirtualAllocator::Flags
Definition
IVirtualAllocator.h:19
src
mc
deps
core
platform
windows
memory
VirtualAllocator_windows.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0