FMallocBinned2::IsInternallyThreadSafe

Returns if the allocator is guaranteed to be thread-safe and therefore doesn't need a unnecessary thread-safety wrapper around it.

Windows
MacOS
Linux

Override Hierarchy

FMalloc::IsInternallyThreadSafe()

FMallocBinned2::IsInternallyThreadSafe()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h

Include

#include "HAL/MallocBinned2.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/MallocBinned2.cpp

Syntax

virtual bool IsInternallyThreadSafe() const

Remarks

Returns if the allocator is guaranteed to be thread-safe and therefore doesn't need a unnecessary thread-safety wrapper around it.

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