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
/
Android
History
dmytro ivanov
58437300a9
Add support for HWAsan in NDK 26
...
#jira UE-205585 #rb dmytro.vovk [CL 31122611 by dmytro ivanov in 5.4 branch]
2024-02-02 09:30:15 -05:00
..
AndroidCallstackTrace.cpp
…
AndroidCallstackTrace.h
…
AndroidErrorOutputDevice.cpp
…
AndroidHeapProfiling.cpp
…
AndroidHeapProfiling.h
…
AndroidJava.cpp
…
AndroidJavaEnv.cpp
Fixed default initialization of TLS slots to 0 and invalidity check against 0 as 0 is a valid TLS slot index
2024-02-02 07:23:47 -05:00
AndroidJavaMessageBox.cpp
…
AndroidMemoryTrace.cpp
…
AndroidModuleDiagnostics.cpp
…
AndroidOpenSourceProject.tps
…
AndroidPlatformBacktrace.cpp
…
AndroidPlatformCrashContext.cpp
…
AndroidPlatformFile.cpp
LLM: Use LLM_IF_ENABLED around all calls to OnLowLevelAlloc and OnLowLevelFree that are guarded by a macro for conditional compilation. LLM_IF_ENABLED is not strictly necessary; LLM or #if ENABLE_LOW_LEVEL_MEM_TRACKER will also both behave correctly. But LLM_IF_ENABLED is a small optimization (avoids a function call) and we want to apply it for consistency.
2024-01-08 09:02:49 -05:00
AndroidPlatformManualResetEvent.h
…
AndroidPlatformMemory.cpp
Add support for HWAsan in NDK 26
2024-02-02 09:30:15 -05:00
AndroidPlatformMisc.cpp
Add SRC_SM5Available similar to SRC_VulkanAvailable that can be used in device profile ini to match based in Desktop renderer support.
2024-01-16 13:31:12 -05:00
AndroidPlatformOutputDevices.cpp
…
AndroidPlatformPGO.cpp
…
AndroidPlatformProcess.cpp
Android SingleInstance Services fixes to address crash and activity/surface binding issues.
2024-01-18 11:23:13 -05:00
AndroidPlatformStackWalk.cpp
…
AndroidPlatformString.cpp
…
AndroidPlatformThermal.cpp
…
AndroidScudoMemoryTrace.cpp
…
AndroidScudoMemoryTrace.h
…
AndroidSignals.h
…
AndroidStats.cpp
…
iswspace.tps
…
VulkanHeaders.tps
…