Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMalloc
- FMalloc::TryRealloc()
- FMallocAnsi::TryRealloc()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h |
| Include | #include "HAL/MemoryBase.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/MemoryBase.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