Files
UnrealEngineUWP/Engine/Source/Runtime/Core
Andriy Tylychko 7f8318c041 Tasks integration: implemented a helper CreateCompletionHandle().
Tasks are allocated by ConcurrentLinearAllocator that have a problem with long-living allocs as a single alloc can hold an entire memory page thus driving total mem usage up. `CreateCompletionHandle()` creates a task event that uses an allocator that doesn't have this issue. This task event depends on the parent task and can be used to wait for this task completion
#preflight 62b0a5e1640ffd8ee9c0e5b5
#rb francis.hurteau

[CL 20740243 by Andriy Tylychko in ue5-main branch]
2022-06-20 13:07:31 -04:00
..