DOTS Geometry
 
Loading...
Searching...
No Matches
JobAllocations Class Reference

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
 

Detailed Description

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)