Photon Fusion
2.1.1
Memory Heap Settings. More...
Public Member Functions | |
| HeapConfiguration | Init (int globalsSize) |
| Initializes and creates a new HeapConfiguration based on the Global Size. | |
| void | SanityCheck () |
| override string | ToString () |
| ToString. | |
Public Attributes | |
| int | GlobalsSize |
| Heap Global Size. | |
| int | PageCount = Allocator.Config.DEFAULT_BLOCK_COUNT |
| Default number of Heap Pages. | |
| PageSizes | PageShift = Allocator.Config.DEFAULT_BLOCK_SHIFT |
| Default size of each Heap Page. | |
Memory Heap Settings.