mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6f81c8f01d
This commit makes the ByFilename census counter create its own owned copies of script filenames. If we don't do this, and the heap graph we are analyzing is the live heap, then the ScriptSource (from which we get the filename) could disappear out from under us. We can't use a ScriptSourceHolder to keep the ScriptSource alive because we might be analyzing an offline heap snapshot, in which case there is no ScriptSource at all. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect |