Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinnedCommonBase
| Name | FFreeBlockList |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include Path | #include "HAL/MallocBinnedCommon.h" |
Syntax
struct FFreeBlockList
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FullBundle | FBundle | HAL/MallocBinnedCommon.h | ||
| PartialBundle | FBundle | HAL/MallocBinnedCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanPushToFront
(
uint32 InPoolIndex, |
HAL/MallocBinnedCommon.h | ||
bool ObtainPartial
(
uint32 InPoolIndex, |
HAL/MallocBinnedCommon.h | ||
FBundleNode * PopBundles
(
uint32 InPoolIndex |
HAL/MallocBinnedCommon.h | ||
void * PopFromFront
(
uint32 InPoolIndex |
HAL/MallocBinnedCommon.h | ||
bool PushToFront
(
void* InPtr, |
Return true if we actually pushed it | HAL/MallocBinnedCommon.h | |
FBundleNode * RecyleFull
(
uint32 InPoolIndex, |
Tries to recycle the full bundle, if that fails, it is returned for freeing | HAL/MallocBinnedCommon.h |