Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinnedGPU > API/Runtime/Core/FMallocBinnedGPU/Private
Description
Gets the FPoolInfoLarge for a large block memory address. If no valid info exists one is created.
| Name | GetOrCreatePoolInfoLarge |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Private/HAL/MallocBinnedGPU.cpp |
| Include Path | #include "HAL/MallocBinnedGPU.cpp" |
static FPoolInfoLarge * GetOrCreatePoolInfoLarge
(
FMallocBinnedGPU & Allocator,
void * InPtr
)