Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMalloc
- FMalloc::OnPreFork()
- FMallocBinned2::OnPreFork()
- FMallocCallstackHandler::OnPreFork()
- FMallocPoisonProxy::OnPreFork()
- FMallocThreadSafeProxy::OnPreFork()
- FTraceMalloc::OnPreFork()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h |
| Include | #include "HAL/MemoryBase.h" |
virtual void OnPreFork()
Remarks
Notifies the malloc implementation that the process is about to fork. May be used to trim caches etc.