Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FMallocAnsi
- FMalloc::GetAllocationSize()
- FMallocAnsi::GetAllocationSize()
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 bool GetAllocationSize
&40;
void &42; Original,
SIZE_T & SizeOut
&41;
Remarks
If possible determine the size of the memory allocated at the given address true if succeeded
Parameters
Name | Description |
---|---|
Original | Pointer to memory we are checking the size of |
SizeOut | If possible, this value is set to the size of the passed in pointer |