FMallocBinned::Private::FreeInternal

Releases memory back to the system.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp

Include

#include "HAL/MallocBinned.cpp"

Syntax

static void FreeInternal
(
    FMallocBinned & Allocator,
    void * Ptr
)

Remarks

Releases memory back to the system. This is not protected from multi-threaded access and it's the callers responsibility to Lock AccessGuard before calling this.

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