<< Prev | - Up - | Next >> |
gc
Field | Mutable | Type | Explanation |
---|---|---|---|
| no |
| Current heap size in bytes |
| no |
| Heap size in bytes when next automatic garbage collection takes place. Gets recomputed after every garbage collection. |
| no |
| Heap size in bytes after last garbage collection. |
| yes |
| Minimal heap size in bytes. |
| yes |
| Gives the percentage of free heap memory after garbage collection. For example, a value of 75 means that |
| yes |
| Gives the percentage by which the emulator is allowed for purposes of better memory allocation to increase |
| yes |
| Whether garbage collection is invoked automatically. |
| yes |
| After how many garbage collections also code garbage collection is performed (zero means no code garbage collection). |
<< Prev | - Up - | Next >> |