Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
struct FForkedPageAllocation
Remarks
Contains shared/private information for a single page allocation from the kernel. A page allocation may contain many pages.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | PageEnd | ||
| uint64 | PageStart | Start/End virtual address for the allocation. | |
| uint64 | PrivateCleanKiB | 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. | |
| uint64 | PrivateDirtyKiB | ||
| uint64 | SharedCleanKiB | The amount of memory in this allocation range that is shared across the forked child processes. | |
| uint64 | SharedDirtyKiB |