Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned > API/Runtime/Core/FMallocBinned/Private
Description
Gets the FPoolInfo for a memory address. If no valid info exists one is created. NOTE: This function requires a mutex across threads, but its is the callers responsibility to acquire the mutex before calling
| Name | GetPoolInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp |
| Include Path | #include "HAL/MallocBinned.cpp" |
static FPoolInfo * GetPoolInfo
(
FMallocBinned & Allocator,
UPTRINT Ptr
)