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
if(Logging.CurrentLogLevel<=LogLevel.Warning)Logging.LogWarning("Could not return heap memory. The queue is full. The memory will be given to the garbage collector. [HEAP MEMORY]");
195
+
196
+
// Mark as released to prevent leak warnings. This is an intentional leak.
if(Logging.CurrentLogLevel<=LogLevel.Warning)Logging.LogWarning("Could not return heap pointers. The queue is full. The memory will be given to the garbage collector. [HEAP POINTERS]");
217
+
218
+
// Mark as released to prevent leak warnings. This is an intentional leak.
if(Logging.CurrentLogLevel<=LogLevel.Warning)Logging.LogWarning("Could not return memory wrapper. The queue is full. The memory will be given to the garbage collector. [MEMORY WRAPPER]");
239
+
240
+
// Mark as released to prevent leak warnings. This is an intentional leak.
0 commit comments