Searched refs:_isGCEnabled (Results 1 – 2 of 2) sorted by relevance
118 __gshared bool _isGCEnabled = true; member121 enum _pIsGCEnabled = cast(immutable bool*) &_isGCEnabled;130 _isGCEnabled = false; in disableGC()
25 static bool _isGCEnabled; member