Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVirtualStackAllocator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Memory/VirtualStackAllocator.h | |||
FVirtualStackAllocator
(
const FVirtualStackAllocator& Other |
Memory/VirtualStackAllocator.h | ||
FVirtualStackAllocator
(
FVirtualStackAllocator&& Other |
Memory/VirtualStackAllocator.h | ||
FVirtualStackAllocator
(
size_t RequestedStackSize, |
RequestedStackSize will be rounded up to a whole number of pages and reserved One page will be earmarked as a guard, so the available memory will be NextMultipleOf(ReqestedStackSize, SystemPageSize) - SystemPageSize | Memory/VirtualStackAllocator.h |
FVirtualStackAllocator()
| Name | FVirtualStackAllocator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/VirtualStackAllocator.h |
| Include Path | #include "Memory/VirtualStackAllocator.h" |
FVirtualStackAllocator()
FVirtualStackAllocator(const FVirtualStackAllocator &)
| Name | FVirtualStackAllocator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/VirtualStackAllocator.h |
| Include Path | #include "Memory/VirtualStackAllocator.h" |
FVirtualStackAllocator
(
const FVirtualStackAllocator & Other
)
FVirtualStackAllocator(FVirtualStackAllocator &&)
| Name | FVirtualStackAllocator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/VirtualStackAllocator.h |
| Include Path | #include "Memory/VirtualStackAllocator.h" |
FVirtualStackAllocator
(
FVirtualStackAllocator && Other
)
FVirtualStackAllocator(size_t, EVirtualStackAllocatorDecommitMode)
Description
RequestedStackSize will be rounded up to a whole number of pages and reserved One page will be earmarked as a guard, so the available memory will be NextMultipleOf(ReqestedStackSize, SystemPageSize) - SystemPageSize
| Name | FVirtualStackAllocator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/VirtualStackAllocator.h |
| Include Path | #include "Memory/VirtualStackAllocator.h" |
| Source | /Engine/Source/Runtime/Core/Private/Memory/VirtualStackAllocator.cpp |
FVirtualStackAllocator
(
size_t RequestedStackSize,
EVirtualStackAllocatorDecommitMode Mode
)