Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FUseSystemMallocForNew
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h |
Include | #include "HAL/MemoryBase.h" |
Source | /Engine/Source/Runtime/Core/Private/HAL/UnrealMemory.cpp |
void &42; operator new&91;&93;
&40;
size_t Size
&41;
Remarks
Overloaded array new operator using the system allocator. A pointer to a block of memory with size Size or nullptr
Parameters
Name | Description |
---|---|
Size | Amount of memory to allocate (in bytes) |