Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
Inheritance Hierarchy
- FUseSystemMallocForNew
- FExec
- FMalloc
- FMallocBinnedCommonBase
- TMallocBinnedCommon
- FMallocBinned2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include | #include "HAL/MallocBinnedCommon.h" |
Syntax
template<class AllocType, int MinAlign, int MaxAlign, int MinAlignShift, int NumSmallPools, int MaxSmallPoolSize>
class TMallocBinnedCommon : public FMallocBinnedCommonBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BoundSizeToPoolIndex
(
SIZE_T Size, |
||
| bool | PromoteToLargerBin
(
SIZE_T& Size, |
||
| SIZE_T | QuantizeSizeCommon
(
SIZE_T Count, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FFreeBlockList | |||
| FPerThreadFreeBlockLists |