Struct GlobalScratchpad
A global scratchpad.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct GlobalScratchpadMethods
| Name | Description | 
|---|---|
| GetAllocator() | Retrieve a global scratchpad allocator. | 
| Initialize() | Initialize the global scratchpad, create and register all the global scratchpad allocators. | 
| Rewind() | Rewind the Scratchpad; rewinds all ScratchpadAllocator invalidate all allocations made from it, and potentially also free memory blocks it has allocated from the system. |