Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMalloc
- FMalloc::TryMalloc()
- FMallocAnsi::TryMalloc()
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; TryMalloc
&40;
SIZE_T Count,
uint32 Alignment
&41;
Remarks
TryMalloc - like Malloc(), but may return a nullptr result if the allocation request cannot be satisfied.