FGenericPlatformMemory::BinnedPlatformHasMemoryPoolForThisSize

Some platforms may pool allocations of this size to reduce OS calls.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static bool BinnedPlatformHasMemoryPoolForThisSize
(
    SIZE_T Size
)

Remarks

Some platforms may pool allocations of this size to reduce OS calls. This function serves as a hint for BinnedMalloc's CachedOSPageAllocator so it does not cache these allocations additionally

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