pub static SBS_SHARED_LIVE: Atomic<i64>
Live count of SharedByteString instances using heap Arc<u8> (script > 25 bytes). Each live Shared variant holds one Arc heap allocation of (16 + script_len) bytes. If this grows unboundedly it means Arc<u8> script refs are being retained somewhere.