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
- FExec → FMalloc → FMallocBinnedCommonBase
- FUseSystemMallocForNew → FMalloc → FMallocBinnedCommonBase
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FBundle | |
| FBundleNode | This needs to be small enough to fit inside the smallest allocation handled by MallocBinned2\3. |
| FFreeBlockList | |
| FPtrToPoolMapping |
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
Public
Overridden from FMalloc
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnMallocInitialized() |
Notifies the malloc implementation that initialization of all allocators in GMalloc is complete, so it's safe to initialize any extra features that require "regular" allocations | HAL/MallocBinnedCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetAllocatorStatsInternal
(
FGenericMemoryStats& OutStats, |
HAL/MallocBinnedCommon.h | ||
void LogLargeAllocation
(
SIZE_T Size |
HAL/MallocBinnedCommon.h | ||
void UnrecognizedPointerFatalError
(
void* Ptr |
HAL/MallocBinnedCommon.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OutOfMemory
(
uint64 Size, |
HAL/MallocBinnedCommon.h |