Those are not created in the allocator.
Since they are created fairly rarely, a counter overhead should not affect the memory consumption.
Details
Details
Diff Detail
Diff Detail
Differential D51827
[analyzer] Generate and use stable identifiers for LocationContext george.karpenkov on Sep 7 2018, 5:19 PM. Authored by
Details Those are not created in the allocator.
Diff Detail |
This means that for every new analysis the counter will continue rather than reset to 0.
Maybe store the counter in the manager as a non-static field?