Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FDefaultBlockAllocationTag |
|
|
TBlockAllocationCache |
|
|
TConcurrentLinearAllocator |
This concurrent fast linear Allocator can be used for temporary allocations that are usually produced and consumed on different threads and within the lifetime of a frame. |
|
TConcurrentLinearArrayAllocator |
|
|
TConcurrentLinearBulkObjectAllocator |
The BulkObjectAllocator can be used to atomically destroy all allocated Objects, it will properly call every destructor before deleting the memory as well. |
|
TConcurrentLinearObject |