-
Notifications
You must be signed in to change notification settings - Fork 1
GarbageManager
Hyomoto edited this page Nov 27, 2020
·
2 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Returns: N/A undefined
Tracks reported data types and destroys them when they no longer exist. The collector is generational. Anything created this frame will be checked and cleaned up if it goes missing, otherwise it is promoted to generation 1. Only one item in generation 1 is checked each frame, so it make take many frames before something is cleaned up, especially if a high number of tracked items exist.
// no example
Name | Type | Purpose |
---|---|---|
None |
Devon Mullane 2020