Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMalloc
- FMalloc::IsInternallyThreadSafe()
- FMallocAnsi::IsInternallyThreadSafe()
- FGenericPlatformMallocCrash::IsInternallyThreadSafe()
- FMallocPoisonProxy::IsInternallyThreadSafe()
- FMallocCallstackHandler::IsInternallyThreadSafe()
- FMallocThreadSafeProxy::IsInternallyThreadSafe()
- FMallocBinned::IsInternallyThreadSafe()
- FMallocBinned2::IsInternallyThreadSafe()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h |
| Include | #include "HAL/MemoryBase.h" |
virtual bool IsInternallyThreadSafe&40;&41; const
Remarks
Returns if the allocator is guaranteed to be thread-safe and therefore doesn't need a unnecessary thread-safety wrapper around it.