Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned3 > API/Runtime/Core/FMallocBinned3/Private
Description
Gets the FPoolInfoSmall for a small block memory address. If no valid info exists one is created.
| Name | GetOrCreatePoolInfoSmall |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned3.cpp |
| Include Path | #include "HAL/MallocBinned3.cpp" |
static FPoolInfoSmall * GetOrCreatePoolInfoSmall
(
FMallocBinned3 & Allocator,
uint32 InPoolIndex,
uint32 BlockIndex
)