You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] leigh.mcrae Original CL Desc ----------------------------------------------------------------- Added support for LLM to track allocations in UE::Trace. - Currently all allocations from UE::Trace are Untracked. - Added a new ELLMTag::Trace. - Added hooks (lambda) to FMemory_GCreateMalloc_ThreadUnsafe that uses FLLMScope to track allocations. - Note this change will only work if nothing else uses UE::Trace::SetMemoryHooks for it's own hooks. #tests Built most Development targets. Tested a Replay and saw Trace with 5MB in the Perfreports. Ran Horde Incremental CI - Preflight. [REVIEW] [at]Johan.Berg [at]mickael.gilabert [at]alex.nischwitz [at]robert.millar [CL 25702565 by leigh mcrae in ue5-main branch]