A SizedAllocator that allocates from a runtime-provided pointer to an FMalloc interface. TArrays using this allocator must be constructed with the TArray constructors that take an ElementAllocatorType&& argument; attempting to construct them without that argument will intentionally fail due to lack of a default constructor on ForAnyElementType.