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