![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VirtualStackAllocator.h>
Public Member Functions | |
| CORE_API | FVirtualStackAllocator (size_t RequestedStackSize, EVirtualStackAllocatorDecommitMode Mode) |
| CORE_API | ~FVirtualStackAllocator () |
| UE_FORCEINLINE_HINT FScopedStackAllocatorBookmark | CreateScopedBookmark () |
| CORE_API void * | Allocate (size_t Size, size_t Alignment) |
| size_t | GetAllocatedBytes () const |
| size_t | GetCommittedBytes () const |
| UE_AUTORTFM_NOAUTORTFM FVirtualStackAllocator::FVirtualStackAllocator | ( | size_t | RequestedStackSize, |
| EVirtualStackAllocatorDecommitMode | Mode | ||
| ) |
| UE_AUTORTFM_NOAUTORTFM FVirtualStackAllocator::~FVirtualStackAllocator | ( | ) |
|
inline |
|
inline |
|
inline |