Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FMallocAnsi
- FMalloc::TryRealloc()
- FMallocAnsi::TryRealloc()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/MallocAnsi.h |
Include | #include "HAL/MallocAnsi.h" |
Source | /Engine/Source/Runtime/Core/Private/HAL/MallocAnsi.cpp |
virtual void &42; TryRealloc
&40;
void &42; Original,
SIZE_T Count,
uint32 Alignment
&41;
Remarks
TryRealloc - like Realloc(), but may return a nullptr if the allocation request cannot be satisfied. Note that in this case the memory pointed to by Original will still be valid