Files
UnrealEngineUWP/Engine/Source/Runtime/VectorVM
simon tovey 4e47cd83e2 Fix for VectorVM race condition crash.
Adding a lock around places that modify the free table.
Keeping thread local array of IDs to free to minimize locks.
Modified free table allocation. Previously size could be insuffiicient in some cases.

#rb Shaun.Kime
#jira UE-59768

#ROBOMERGE-SOURCE: CL 4512863 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)

[CL 4512865 by simon tovey in Staging-4.21 branch]
2018-10-26 14:45:57 -04:00
..