FMemory::Malloc

C style memory allocation stubs.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/UnrealMemory.h"

Source

/Engine/Source/Runtime/Core/Public/HAL/FMemory.inl

Syntax

static void * Malloc
(
    SIZE_T Count,
    uint32 Alignment
)

Remarks

C style memory allocation stubs.

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