GetTempAllocatorSize()
Returns the size of the temp allocator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Profiling
- Assembly: UnityEngine.CoreModule
public static uint GetTempAllocatorSize()
Returns
Type | Description |
|---|---|
| uint | Size in bytes. |
Remarks
Size of Unity's stack-based runtime allocator used for temporary allocations.