Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory
Description
Return the page allocations from the operating system (/proc/self/smaps). This only means something on platforms that can fork and have Copy On Write behavior.
| Name | GetForkedPageAllocationInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
static bool GetForkedPageAllocationInfo
(
TArray < FForkedPageAllocation > & OutPageAllocationInfos
)