FGenericPlatformMemory::BinnedFreeToOS

Returns pages allocated by BinnedAllocFromOS to the OS.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static void BinnedFreeToOS
(
    void * Ptr,
    SIZE_T Size
)

Remarks

Returns pages allocated by BinnedAllocFromOS to the OS.

Parameters

Parameter

Description

A

pointer previously returned from BinnedAllocFromOS

Size

size of the allocation previously passed to BinnedAllocFromOS

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