mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
TaGGroup refcount to reclaim memory
commit cd7169f99ab8b67323c444d4c22d065487e439c1 Author: James Cherry <cherry@parallaxsw.com> Date: Sun Aug 31 16:02:03 2025 -0700 reportArrivals report_tag_index Signed-off-by: James Cherry <cherry@parallaxsw.com> commit 658f842a776bb43eef7dbfd9a08e191c31fb9f11 Author: James Cherry <cherry@parallaxsw.com> Date: Mon Aug 25 16:20:50 2025 -0700 tag group ref count Signed-off-by: James Cherry <cherry@parallaxsw.com> Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -140,6 +140,9 @@ public:
|
||||
const Tag *tag2) const;
|
||||
};
|
||||
|
||||
bool
|
||||
tagEqual(const Tag *tag1,
|
||||
const Tag *tag2);
|
||||
int
|
||||
tagCmp(const Tag *tag1,
|
||||
const Tag *tag2,
|
||||
|
||||
Reference in New Issue
Block a user