FGenericPlatformMemory::StreamingMemcpy

On some platforms memcpy optimized for big blocks that avoid L2 cache pollution are available

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static void * StreamingMemcpy
(
    void * Dest,
    const void * Src,
    SIZE_T Count
)

Remarks

On some platforms memcpy optimized for big blocks that avoid L2 cache pollution are available

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