FUseSystemMallocForNew::operator delete[]

Overloaded array delete operator using the system allocator

Windows
MacOS
Linux

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

Syntax

void operator delete[]
(
    void * Ptr
)

Remarks

Overloaded array delete operator using the system allocator

Parameters

Parameter

Description

Ptr

Pointer to delete

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