Navigation
API > API/Runtime > API/Runtime/Core
Contains shared/private information for a single page allocation from the kernel. A page allocation may contain many pages.
| Name | FForkedPageAllocation |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
struct FForkedPageAllocation
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PageEnd | uint64 | GenericPlatform/GenericPlatformMemory.h | ||
| PageStart | uint64 | Start/End virtual address for the allocation. | GenericPlatform/GenericPlatformMemory.h | |
| PrivateCleanKiB | uint64 | The amount of memory in this allocation range that has been written to by the child process, and as a result has been made unique to the process. | GenericPlatform/GenericPlatformMemory.h | |
| PrivateDirtyKiB | uint64 | GenericPlatform/GenericPlatformMemory.h | ||
| SharedCleanKiB | uint64 | The amount of memory in this allocation range that is shared across the forked child processes. | GenericPlatform/GenericPlatformMemory.h | |
| SharedDirtyKiB | uint64 | GenericPlatform/GenericPlatformMemory.h |