LargeBlockAlloc

These allow you to override the large block allocator.

Windows
MacOS
Linux

Syntax

TFunction< void *(SIZE_T, SIZE_T, SIZE_T &, uint32 &)> LargeBlockAlloc

Remarks

These allow you to override the large block allocator. The value add here is that MBA tracks the metadata for you and call tell the difference between a large block pointer and a small block pointer. By defaults these just use the platform VM interface to allocate some committed memory

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss