LeviLamina
Loading...
Searching...
No Matches
MemoryPage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::JSONObject {
6
7
class
MemoryPage
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnkf74249;
12
::ll::UntypedStorage<8, 8>
mUnkda6988;
13
::ll::UntypedStorage<4, 4>
mUnk5d624f;
14
::ll::UntypedStorage<4, 4>
mUnk165ea1;
15
::ll::UntypedStorage<8, 8>
mUnk221efb;
16
::ll::UntypedStorage<8, 8>
mUnkffec1b;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
MemoryPage
& operator=(
MemoryPage
const
&);
22
MemoryPage
(
MemoryPage
const
&);
23
MemoryPage
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCNAPI
void
*
allocateBack
(uint64 bytes, uint64 align);
29
30
MCNAPI
void
*
allocateFront
(uint64 bytes, uint64 align);
31
// NOLINTEND
32
};
33
34
}
// namespace Bedrock::JSONObject
Bedrock::JSONObject::MemoryPage
Definition
MemoryPage.h:7
Bedrock::JSONObject::MemoryPage::allocateBack
MCAPI void * allocateBack(uint64 bytes, uint64 align)
Bedrock::JSONObject::MemoryPage::allocateFront
MCAPI void * allocateFront(uint64 bytes, uint64 align)
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
core
utility
json_object
MemoryPage.h
Generated on Sun Oct 12 2025 06:31:25 for LeviLamina by
1.12.0