Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FMallocBinnedCommonBase |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include Path |
#include "HAL/MallocBinnedCommon.h" |
Syntax
class FMallocBinnedCommonBase : public FMalloc
Inheritance Hierarchy
Derived Classes
Structs
Constants
| Name |
Type |
Remarks |
Include Path |
| AllocatedLargePoolMemory |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
| AllocatedLargePoolMemoryWAlignment |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
| AllocatedOSSmallPoolMemory |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
| AllocatedSmallPoolMemory |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
| BinnedTlsSlot |
uint32 |
|
HAL/MallocBinnedCommon.h |
| ConsolidatedMemory |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
| HashMemory |
int64 |
|
HAL/MallocBinnedCommon.h |
| OsAllocationGranularity |
uint32 |
|
HAL/MallocBinnedCommon.h |
| PoolInfoMemory |
int64 |
|
HAL/MallocBinnedCommon.h |
| TLSMemory |
std::atomic< int64 > |
|
HAL/MallocBinnedCommon.h |
Functions
Protected
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static void OutOfMemory
(
uint64 Size,
uint32 Alignment
)
|
|
HAL/MallocBinnedCommon.h |
|