FUsdMemoryManager::Malloc

Redirects the call to malloc to the currently active allocator.

Windows
MacOS
Linux

References

Module

UnrealUSDWrapper

Header

/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/USDMemory.h

Include

#include "USDMemory.h"

Source

/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Private/USDMemory.cpp

Syntax

static void * Malloc
(
    SIZE_T Count
)

Remarks

Redirects the call to malloc to the currently active allocator.

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