Limits

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/Allocators/PooledVirtualMemoryAllocator.h

Include

#include "HAL/Allocators/PooledVirtualMemoryAllocator.h"

Syntax

enum Limits
{
    NumAllocationSizeClasses    = 64,
    MaxAllocationSizeToPool     = NumAllocationSizeClasses 65536,
    MaxOSAllocCacheSize         = 64
1024 * 1024,
    MaxOSAllocsCached           = 64,
}

Values

Name

Description

NumAllocationSizeClasses

MaxAllocationSizeToPool

MaxOSAllocCacheSize

MaxOSAllocsCached

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss