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
We could avoid using two arrays of 1024 bytes to store a string that's probably shorter than this. Maybe we could make EventTraceProperties generic on the name length, or really support dynamic allocation of the name
The text was updated successfully, but these errors were encountered:
daladim
changed the title
Memory use: avoid allocating 2*104 bytes for trace name and log file name
Memory usage: avoid allocating 2*104 bytes for trace name and log file name
Nov 3, 2022
daladim
changed the title
Memory usage: avoid allocating 2*104 bytes for trace name and log file name
Memory usage improvements in EventTraceProperties
Nov 3, 2022
Currently, we have
We could avoid using two arrays of 1024 bytes to store a string that's probably shorter than this. Maybe we could make
EventTraceProperties
generic on the name length, or really support dynamic allocation of the nameThe text was updated successfully, but these errors were encountered: