FGenericPlatformMemory::IsNanoMallocAvailable

Nano Malloc is Apple's tiny block allocator. Does the Nano malloc zone exist?

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static bool IsNanoMallocAvailable()

Remarks

Nano Malloc is Apple's tiny block allocator. Does the Nano malloc zone exist?

Returns

True if Nano malloc is enabled and available.

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