Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory
Description
Indicates whether LLM allocations are already accounted for with tracking and in GetStats. Returns true if LLM allocations come from a memory pool separate from the main engine's memory or are already tagged with tracking by the platform memory system. Returns false if LLM uses the regular memory shared with the engine and allocations are not tracked.
| Name | TracksLLMAllocations |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
static bool TracksLLMAllocations()