Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMallocCrash
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetAllocationSize
(
void* Original |
GenericPlatform/GenericPlatformMallocCrash.h | ||
virtual bool GetAllocationSize
(
void* Original, |
If possible determine the size of the memory allocated at the given address | GenericPlatform/GenericPlatformMallocCrash.h |
GetAllocationSize(void *)
| Name | GetAllocationSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include Path | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMallocCrash.cpp |
uint64 GetAllocationSize
(
void * Original
)
GetAllocationSize(void *, SIZE_T &)
Description
If possible determine the size of the memory allocated at the given address
| Name | GetAllocationSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include Path | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMallocCrash.cpp |
virtual bool GetAllocationSize
(
void * Original,
SIZE_T & SizeOut
)
true if succeeded
Parameters
| Name | Remarks |
|---|---|
| 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 |