Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMallocBinnedCommon
| Name | Internal |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include Path | #include "HAL/MallocBinnedCommon.h" |
Syntax
struct Internal
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PoolInfo | typename AllocType::FPoolInfo | HAL/MallocBinnedCommon.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static PoolInfo * FindPoolInfo
(
AllocType& Allocator, |
HAL/MallocBinnedCommon.h | ||
static PoolInfo * GetOrCreatePoolInfo
(
AllocType& Allocator, |
Gets the PoolInfo for a large block memory address. If no valid info exists one is created. | HAL/MallocBinnedCommon.h |