![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RangeAllocator.h>
Inheritance diagram for TRangeAllocator< FAllocatorModifier >::FChunk:Public Member Functions | |
| FChunk (const FRangeAllocator &Allocator) | |
| SIZE_T | Alloc (uint32 InSize, uint32 InAlignment, uint16 &InOutMaxFreeRangeSize, uint16 &OutOffset, uint16 &OutSize) |
| void | Free (uint16 Offset, uint16 Size, uint16 &InOutMaxFreeRangeSize) |
Public Attributes | ||
| union { | ||
| int32 InfoIndex | ||
| int32 NextFreeChunkSlot | ||
| }; | ||
|
inline |
|
inline |
|
inline |
| union { ... } TRangeAllocator< FAllocatorModifier >::FChunk |
| int32 TRangeAllocator< FAllocatorModifier >::FChunk::InfoIndex |
| int32 TRangeAllocator< FAllocatorModifier >::FChunk::NextFreeChunkSlot |