Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FArenaParams
Syntax
TFunction < void *, 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