FMallocThreadSafeProxy::FMallocThreadSafeProxy

Constructor for thread safe proxy malloc that takes a malloc to be used and a synchronization object used via [FScopeLock](API\Runtime\Core\Misc\FScopeLock) as a parameter.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/MallocThreadSafeProxy.h"

Syntax

FMallocThreadSafeProxy
(
    FMalloc * InMalloc
)

Remarks

Constructor for thread safe proxy malloc that takes a malloc to be used and a synchronization object used via FScopeLock as a parameter.

Parameters

Parameter

Description

InMalloc

FMalloc that is going to be used for actual allocations

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