Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMallocCallstackHandler
- FMalloc::MarkTLSCachesAsUnusedOnCurrentThread()
- FMallocCallstackHandler::MarkTLSCachesAsUnusedOnCurrentThread()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MallocCallstackHandler.h |
| Include | #include "HAL/MallocCallstackHandler.h" |
virtual void MarkTLSCachesAsUnusedOnCurrentThread()
Remarks
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.