Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMalloc
Description
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
Derived Overrides
| Name | TryRealloc |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h |
| Include Path | #include "HAL/MemoryBase.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/MemoryBase.cpp |
virtual void * TryRealloc
(
void * Original,
SIZE_T Count,
uint32 Alignment
)