Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPooledVirtualMemoryAllocator
A structure that describes a pool of a particular size
| Name | FPoolDescriptorBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Allocators/PooledVirtualMemoryAllocator.h |
| Include Path | #include "HAL/Allocators/PooledVirtualMemoryAllocator.h" |
Syntax
struct FPoolDescriptorBase
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Next | FPoolDescriptorBase * | Next in the list | HAL/Allocators/PooledVirtualMemoryAllocator.h | |
| VMSizeDivVirtualSizeAlignment | SIZE_T | Total size to be deallocated, which includes both pool memory and all the descriptor/bookkeeping memory | HAL/Allocators/PooledVirtualMemoryAllocator.h |