Constructor Scratchpad
Scratchpad(int, int, bool, int)
Create a Scratchpad.
Declaration
[ExcludeFromBurstCompatTesting("Accesses managed delegates")]
public Scratchpad(int numScratchpadAllocators, int initialSizeInBytes = 32768, bool isGlobal = false, int globalIndex = 0)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | numScratchpadAllocators | The number of ScratchpadAllocators the created Scratchpad should contain.  | 
    
| int | initialSizeInBytes | The initial size of the Scratchpad in bytes. Set to 32,768 by default.  | 
    
| bool | isGlobal | Flag indicating if the allocator is a global allocator.  | 
    
| int | globalIndex | Base index into the global function table of the allocator to be created.  |