Navigation
API > API/Runtime > API/Runtime/Core
| Name | FCachedOSPageAllocator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Allocators/CachedOSPageAllocator.h |
| Include Path | #include "HAL/Allocators/CachedOSPageAllocator.h" |
Syntax
struct FCachedOSPageAllocator
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FFreePageBlock |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AllocateImpl
(
SIZE_T Size, |
HAL/Allocators/CachedOSPageAllocator.h | ||
void FreeAllImpl
(
FFreePageBlock* First, |
HAL/Allocators/CachedOSPageAllocator.h | ||
void FreeImpl
(
void* Ptr, |
HAL/Allocators/CachedOSPageAllocator.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsOSAllocation
(
SIZE_T Size, |
HAL/Allocators/CachedOSPageAllocator.h |