You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/__defines/qdel.dm
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,25 @@
21
21
#defineGC_QUEUE_ITEM_GCD_DESTROYED3//! Item's gc_destroyed var value. Used to detect ref reuse.
22
22
#defineGC_QUEUE_ITEM_INDEX_COUNT3//! Number of item indexes, used for allocating the nested lists. Don't forget to increase this if you add a new queue item index
23
23
24
-
#defineGC_QUEUED_FOR_HARD_DEL-1
25
-
#defineGC_CURRENTLY_BEING_QDELETED-2
24
+
// Defines for the time an item has to get its reference cleaned before it fails the queue and moves to the next.
0 commit comments