Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMallocBinned::FPoolTable Struct Reference
+ Collaboration diagram for FMallocBinned::FPoolTable:

Public Member Functions

 FPoolTable ()
 

Public Attributes

FPoolInfoFirstPool
 
FPoolInfoExhaustedPool
 
uint32 BlockSize
 
FCriticalSection CriticalSection
 

Detailed Description

Pool table.

Definition at line 153 of file MallocBinned.h.

Constructor & Destructor Documentation

◆ FPoolTable()

FMallocBinned::FPoolTable::FPoolTable ( )
inline

Definition at line 186 of file MallocBinned.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ BlockSize

uint32 FMallocBinned::FPoolTable::BlockSize

Definition at line 157 of file MallocBinned.h.

◆ CriticalSection

FCriticalSection FMallocBinned::FPoolTable::CriticalSection

Definition at line 159 of file MallocBinned.h.

◆ ExhaustedPool

FPoolInfo* FMallocBinned::FPoolTable::ExhaustedPool

Definition at line 156 of file MallocBinned.h.

◆ FirstPool

FPoolInfo* FMallocBinned::FPoolTable::FirstPool

Definition at line 155 of file MallocBinned.h.


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