This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Unix
History
ben woodhouse
e88a9892ca
Remove UE_ENABLE_PLATFORM_MEMORY_CSV_STATS. The implementation is not safe. We should re-write this in a less intrusive way if we need to profile the memory profiler (e.g accumulating our own timers in the allocator and simply using CSV_CUSTOM_STAT to emit to the Csv profiler once per frame)
...
#rb joe.bestrotheray [CL 32500323 by ben woodhouse in 5.4 branch]
2024-03-26 02:59:12 -04:00
..
UnixCriticalSection.cpp
…
UnixErrorOutputDevice.cpp
…
UnixForkPageProtector.cpp
…
UnixForkPageProtector.h
…
UnixPlatformCrashContext.cpp
Make Linux/Mac use editor version of crash reporter when compiled with WITH_EDITOR
2024-02-13 12:59:44 -05:00
UnixPlatformFile.cpp
…
UnixPlatformManualResetEvent.h
…
UnixPlatformMemory.cpp
Remove UE_ENABLE_PLATFORM_MEMORY_CSV_STATS. The implementation is not safe. We should re-write this in a less intrusive way if we need to profile the memory profiler (e.g accumulating our own timers in the allocator and simply using CSV_CUSTOM_STAT to emit to the Csv profiler once per frame)
2024-03-26 02:59:12 -04:00
UnixPlatformMisc.cpp
Fixed up more bool-taking calls to take EAllowShrinking instead.
2024-01-23 11:07:28 -05:00
UnixPlatformOutputDevices.cpp
…
UnixPlatformProcess.cpp
Fix FunixPlatformProcess::CreateProc to handle NULL being passed in for parameters argument
2024-03-11 18:23:44 -04:00
UnixPlatformRunnableThread.cpp
…
UnixPlatformStackWalk.cpp
…
UnixPlatformSyscallTable.cpp
…
UnixPlatformSyscallTable.h
…
UnixPlatformTime.cpp
…
UnixSignalHeartBeat.cpp
…