Navigation
API > API/Runtime > API/Runtime/Core
Allocator type for TMipFields which uses general purpose malloc. Used for runtime instances of TMipField, in the GPU small block allocator.
| Name | FMipFieldRunTimeAllocator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MipFieldPageAllocator.h |
| Include Path | #include "HAL/MipFieldPageAllocator.h" |
Syntax
struct FMipFieldRunTimeAllocator
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void * Allocate
(
uint64 Size |
HAL/MipFieldPageAllocator.h | ||
static void Free
(
void* Ptr |
HAL/MipFieldPageAllocator.h |