![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlatformIoDispatcherBase.h>
Public Member Functions | |
| FIoFileBlockMemoryPool (FPlatformIoDispatcherStats &InStats) | |
| void | Initialize (uint32 FileBlockSize, uint32 PoolSize, uint32 Alignment=4096) |
| void * | Alloc (FIoBufferHandle &OutHandle) |
| bool | Free (FIoBufferHandle &Handle) |
| void | AddRef (FIoBufferHandle Handle) |
| UE::FIoFileBlockMemoryPool::FIoFileBlockMemoryPool | ( | FPlatformIoDispatcherStats & | InStats | ) |
| void UE::FIoFileBlockMemoryPool::AddRef | ( | FIoBufferHandle | Handle | ) |
| void * UE::FIoFileBlockMemoryPool::Alloc | ( | FIoBufferHandle & | OutHandle | ) |
| bool UE::FIoFileBlockMemoryPool::Free | ( | FIoBufferHandle & | Handle | ) |
| void UE::FIoFileBlockMemoryPool::Initialize | ( | uint32 | FileBlockSize, |
| uint32 | PoolSize, | ||
| uint32 | Alignment = 4096 |
||
| ) |