A helper class for storing native memory allocations that happen for example inside a method call that creates jobs. The caller of the method is required to call Dispose() at an appropiate time (based on the Allocator Type) More...
Public Member Functions | |
void | CombineWith (JobAllocations other) |
void | Dispose () |
Public Attributes | |
List< IDisposable > | allocatedMemory |
A helper class for storing native memory allocations that happen for example inside a method call that creates jobs. The caller of the method is required to call Dispose() at an appropiate time (based on the Allocator Type)