Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMemory
Description
Mark TLS caches for current thread as unused. Typically before going to sleep. These are the threads that we can trim without waking them up.
| Name | MarkTLSCachesAsUnusedOnCurrentThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h |
| Include Path | #include "HAL/UnrealMemory.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/UnrealMemory.cpp |
static void MarkTLSCachesAsUnusedOnCurrentThread()