You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Set to 1 if we should try to use /proc/self/smaps_rollup in FUnixPlatformMemory::GetExtendedStats(). There is a potential tradeoff in that smaps_rollup appears to be quite a bit faster in straight testing, but it also looks like it blocks mmap() calls on other threads until it finishes. Also move /proc/self/smaps code to use open/read/close and read + parse in 512 byte chunks instead of fopen to avoid malloc calls in fopen/fgets. [REVIEW] [at]Brandon.Schaefer, [at]Ilya.Loshchinin #preflight trivial #ROBOMERGE-OWNER: michael.sartain #ROBOMERGE-AUTHOR: michael.sartain #ROBOMERGE-SOURCE: CL 19001314 via CL 19004045 via CL 19004552 via CL 19005213 via CL 19008130 via CL 19008739 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589) #ROBOMERGE-CONFLICT from-shelf [CL 19009893 by michael sartain in ue5-main branch]