UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMallocBinned2::FPoolTable Struct Reference

#include <MallocBinned2.h>

Public Member Functions

 FPoolTable ()=default
 

Public Attributes

FPoolList ActivePools
 
FPoolList ExhaustedPools
 
uint32 BinSize = 0
 
UE::FPlatformRecursiveMutex Mutex
 

Detailed Description

Pool table.

Constructor & Destructor Documentation

◆ FPoolTable()

FMallocBinned2::FPoolTable::FPoolTable ( )
default

Member Data Documentation

◆ ActivePools

FPoolList FMallocBinned2::FPoolTable::ActivePools

◆ BinSize

uint32 FMallocBinned2::FPoolTable::BinSize = 0

◆ ExhaustedPools

FPoolList FMallocBinned2::FPoolTable::ExhaustedPools

◆ Mutex

UE::FPlatformRecursiveMutex FMallocBinned2::FPoolTable::Mutex

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