Determines whether this instance is disposed.
| 261 | /// Determines whether this instance is disposed. |
| 262 | /// </summary> |
| 263 | FORCE_INLINE bool IsDisposed() const |
| 264 | { |
| 265 | return _version == 0; |
| 266 | } |
| 267 | |
| 268 | /// <summary> |
| 269 | /// Gets total memory used by chunks (in bytes). |
no outgoing calls
no test coverage detected