Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUnixPlatformMemory
| Name | FPlatformVirtualMemoryBlock |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformMemory.h |
| Include Path | #include "Unix/UnixPlatformMemory.h" |
Syntax
class FPlatformVirtualMemoryBlock : public FGenericPlatformMemory::FBasicVirtualMemoryBlock
Inheritance Hierarchy
- FGenericPlatformMemory::FBasicVirtualMemoryBlock → FUnixPlatformMemory::FPlatformVirtualMemoryBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Unix/UnixPlatformMemory.h | |||
FPlatformVirtualMemoryBlock
(
const FPlatformVirtualMemoryBlock& Other |
Unix/UnixPlatformMemory.h | ||
FPlatformVirtualMemoryBlock
(
void* InPtr, |
Unix/UnixPlatformMemory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Commit () |
Unix/UnixPlatformMemory.h | ||
void Commit
(
size_t InOffset, |
Unix/UnixPlatformMemory.h | ||
void CommitByPtr
(
void* InPtr, |
Unix/UnixPlatformMemory.h | ||
void Decommit () |
Unix/UnixPlatformMemory.h | ||
void Decommit
(
size_t InOffset, |
Unix/UnixPlatformMemory.h | ||
void DecommitByPtr
(
void* InPtr, |
Unix/UnixPlatformMemory.h | ||
void FreeVirtual() |
Unix/UnixPlatformMemory.h | ||
size_t GetActualSize() |
Unix/UnixPlatformMemory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPlatformVirtualMemoryBlock AllocateVirtual
(
size_t Size, |
Unix/UnixPlatformMemory.h | ||
static size_t GetCommitAlignment() |
Unix/UnixPlatformMemory.h | ||
static size_t GetVirtualSizeAlignment() |
Unix/UnixPlatformMemory.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlatformVirtualMemoryBlock & operator=
(
const FPlatformVirtualMemoryBlock& Other |
Unix/UnixPlatformMemory.h |