Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMallocBinned2::FPoolList Struct Reference

Public Member Functions

 FPoolList ()
 
void Clear ()
 
bool IsEmpty () const
 
FPoolInfoGetFrontPool ()
 
const FPoolInfoGetFrontPool () const
 
void LinkToFront (FPoolInfo *Pool)
 
FPoolInfoPushNewPoolToFront (FMallocBinned2 &Allocator, uint32 InBytes, uint32 InPoolIndex)
 
void ValidateActivePools ()
 
void ValidateExhaustedPools ()
 

Private Attributes

FPoolInfoFront
 

Detailed Description

Definition at line 193 of file MallocBinned2.h.

Constructor & Destructor Documentation

◆ FPoolList()

FMallocBinned2::FPoolList::FPoolList ( )

Member Function Documentation

◆ Clear()

void FMallocBinned2::FPoolList::Clear ( )

◆ GetFrontPool() [1/2]

FPoolInfo & FMallocBinned2::FPoolList::GetFrontPool ( )

◆ GetFrontPool() [2/2]

const FPoolInfo & FMallocBinned2::FPoolList::GetFrontPool ( ) const

◆ IsEmpty()

bool FMallocBinned2::FPoolList::IsEmpty ( ) const

◆ LinkToFront()

void FMallocBinned2::FPoolList::LinkToFront ( FPoolInfo * Pool)

◆ PushNewPoolToFront()

FPoolInfo & FMallocBinned2::FPoolList::PushNewPoolToFront ( FMallocBinned2 & Allocator,
uint32 InBytes,
uint32 InPoolIndex )

◆ ValidateActivePools()

void FMallocBinned2::FPoolList::ValidateActivePools ( )

◆ ValidateExhaustedPools()

void FMallocBinned2::FPoolList::ValidateExhaustedPools ( )

Member Data Documentation

◆ Front

FPoolInfo* FMallocBinned2::FPoolList::Front
private

Definition at line 211 of file MallocBinned2.h.


The documentation for this struct was generated from the following file: