/Users/eugenesiegel/btc/bitcoin/src/memusage.h
| Line | Count | Source (jump to first uncovered line) | 
| 1 |  | // Copyright (c) 2015-2022 The Bitcoin Core developers | 
| 2 |  | // Distributed under the MIT software license, see the accompanying | 
| 3 |  | // file COPYING or http://www.opensource.org/licenses/mit-license.php. | 
| 4 |  |  | 
| 5 |  | #ifndef BITCOIN_MEMUSAGE_H | 
| 6 |  | #define BITCOIN_MEMUSAGE_H | 
| 7 |  |  | 
| 8 |  | #include <indirectmap.h> | 
| 9 |  | #include <prevector.h> | 
| 10 |  | #include <support/allocators/pool.h> | 
| 11 |  |  | 
| 12 |  | #include <cassert> | 
| 13 |  | #include <cstdlib> | 
| 14 |  | #include <list> | 
| 15 |  | #include <map> | 
| 16 |  | #include <memory> | 
| 17 |  | #include <set> | 
| 18 |  | #include <string> | 
| 19 |  | #include <vector> | 
| 20 |  | #include <unordered_map> | 
| 21 |  | #include <unordered_set> | 
| 22 |  |  | 
| 23 |  |  | 
| 24 |  | namespace memusage | 
| 25 |  | { | 
| 26 |  |  | 
| 27 |  | /** Compute the total memory used by allocating alloc bytes. */ | 
| 28 |  | static size_t MallocUsage(size_t alloc); | 
| 29 |  |  | 
| 30 |  | /** Dynamic memory usage for built-in types is zero. */ | 
| 31 | 0 | static inline size_t DynamicUsage(const int8_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKaUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKa | 
| 32 | 0 | static inline size_t DynamicUsage(const uint8_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKhUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKh | 
| 33 | 0 | static inline size_t DynamicUsage(const int16_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKsUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKs | 
| 34 | 0 | static inline size_t DynamicUsage(const uint16_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKtUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKt | 
| 35 | 0 | static inline size_t DynamicUsage(const int32_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKiUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKi | 
| 36 | 0 | static inline size_t DynamicUsage(const uint32_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKjUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKj | 
| 37 | 0 | static inline size_t DynamicUsage(const int64_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKxUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKx | 
| 38 | 0 | static inline size_t DynamicUsage(const uint64_t& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKyUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKy | 
| 39 | 0 | static inline size_t DynamicUsage(const float& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKfUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKf | 
| 40 | 0 | static inline size_t DynamicUsage(const double& v) { return 0; }Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: logging.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKdUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKd | 
| 41 |  | template<typename X> static inline size_t DynamicUsage(X * const &v) { return 0; } | 
| 42 |  | template<typename X> static inline size_t DynamicUsage(const X * const &v) { return 0; } | 
| 43 |  |  | 
| 44 |  | /** Compute the memory used for dynamically allocated but owned data structures. | 
| 45 |  |  *  For generic data types, this is *not* recursive. DynamicUsage(vector<vector<int> >) | 
| 46 |  |  *  will compute the memory used for the vector<int>'s, but not for the ints inside. | 
| 47 |  |  *  This is for efficiency reasons, as these functions are intended to be fast. If | 
| 48 |  |  *  application data structures require more accurate inner accounting, they should | 
| 49 |  |  *  iterate themselves, or use more efficient caching + updating on modification. | 
| 50 |  |  */ | 
| 51 |  |  | 
| 52 |  | static inline size_t MallocUsage(size_t alloc) | 
| 53 | 113M | { | 
| 54 |  |     // Measured on libc6 2.19 on Linux. | 
| 55 | 113M |     if (alloc == 0) { | 
| 56 | 47.7M |         return 0; | 
| 57 | 66.1M |     } else if (sizeof(void*) == 8) { | 
| 58 | 66.1M |         return ((alloc + 31) >> 4) << 4; | 
| 59 | 66.1M |     } else if (0 sizeof(void*) == 40) { | 
| 60 | 0 |         return ((alloc + 15) >> 3) << 3; | 
| 61 | 0 |     } else { | 
| 62 | 0 |         assert(0); | 
| 63 | 0 |     } | 
| 64 | 113M | } Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: addrman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: autofile.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: banman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: bip324.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: bitset.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: block.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: block_header.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: block_index.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: chain.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coins_view.cpp:_ZN8memusageL11MallocUsageEmcoinscache_sim.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 7.36k | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 7.36k |     if (alloc == 0) { |  | 56 | 7.36k |         return 0; |  | 57 | 7.36k |     } else if (0 sizeof(void*) == 80) { |  | 58 | 0 |         return ((alloc + 31) >> 4) << 4; |  | 59 | 0 |     } else if (sizeof(void*) == 4) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 7.36k | } | 
Unexecuted instantiation: connman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: deserialize.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: feefrac.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: fees.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: flatfile.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: float.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: headerssync.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: hex.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: http_request.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: i2p.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: integer.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: key.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: merkle.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: message.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: miniscript.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: minisketch.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: muhash.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL11MallocUsageEmnet.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 5.85M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 5.85M |     if (alloc == 0) { |  | 56 | 3.13M |         return 0; |  | 57 | 3.13M |     } else if (2.71M sizeof(void*) == 82.71M) { |  | 58 | 2.71M |         return ((alloc + 31) >> 4) << 4; |  | 59 | 2.71M |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 5.85M | } | 
Unexecuted instantiation: net_permissions.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: netaddress.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: pcp.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: package_eval.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: poolresource.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: pow.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: process_message.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: process_messages.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: protocol.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: psbt.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: random.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rbf.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rpc.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_format.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_ops.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: script_sign.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: signet.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: socks5.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: span.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: string.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: strprintf.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: system.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: transaction.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: tx_in.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: tx_out.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txorphan.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: versionbits.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coinselection.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: crypter.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: spend.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: descriptor.cpp:_ZN8memusageL11MallocUsageEmmempool.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 5.11M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 5.11M |     if (alloc == 0) { |  | 56 | 1.27M |         return 0; |  | 57 | 3.83M |     } else if (sizeof(void*) == 8) { |  | 58 | 3.83M |         return ((alloc + 31) >> 4) << 4; |  | 59 | 3.83M |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 5.11M | } | 
Unexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: util.cpp:_ZN8memusageL11MallocUsageEmcoins.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 48.8M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 48.8M |     if (alloc == 0) { |  | 56 | 42.5M |         return 0; |  | 57 | 42.5M |     } else if (6.29M sizeof(void*) == 86.29M) { |  | 58 | 6.29M |         return ((alloc + 31) >> 4) << 4; |  | 59 | 6.29M |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 48.8M | } | 
Unexecuted instantiation: core_read.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: core_write.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: external_signer.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: outputtype.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: policy.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: sign.cpp:_ZN8memusageL11MallocUsageEmlogging.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 205k | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 205k |     if (alloc == 0) { |  | 56 | 0 |         return 0; |  | 57 | 205k |     } else if (sizeof(void*) == 8) { |  | 58 | 205k |         return ((alloc + 31) >> 4) << 4; |  | 59 | 205k |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 205k | } | 
streams.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 13.1M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 13.1M |     if (alloc == 0) { |  | 56 | 213k |         return 0; |  | 57 | 12.9M |     } else if (sizeof(void*) == 8) { |  | 58 | 12.9M |         return ((alloc + 31) >> 4) << 4; |  | 59 | 12.9M |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 13.1M | } | 
Unexecuted instantiation: dump.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: feebumper.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: interfaces.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: load.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: receive.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: addresses.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: backup.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: encrypt.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: signmessage.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: transactions.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: wallet.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: walletdb.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: walletutil.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: mining.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: setup_common.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL11MallocUsageEmtxmempool.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 39.2M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 39.2M |     if (alloc == 0) { |  | 56 | 29.4k |         return 0; |  | 57 | 39.2M |     } else if (sizeof(void*) == 8) { |  | 58 | 39.2M |         return ((alloc + 31) >> 4) << 4; |  | 59 | 39.2M |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 39.2M | } | 
Unexecuted instantiation: validation.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: httprpc.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: base.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txindex.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: init.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coinstats.cpp:_ZN8memusageL11MallocUsageEmdisconnected_transactions.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 936 | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 936 |     if (alloc == 0) { |  | 56 | 156 |         return 0; |  | 57 | 780 |     } else if (sizeof(void*) == 8) { |  | 58 | 780 |         return ((alloc + 31) >> 4) << 4; |  | 59 | 780 |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 936 | } | 
net_processing.cpp:_ZN8memusageL11MallocUsageEm| Line | Count | Source |  | 53 | 1.36M | { |  | 54 |  |     // Measured on libc6 2.19 on Linux. |  | 55 | 1.36M |     if (alloc == 0) { |  | 56 | 456k |         return 0; |  | 57 | 912k |     } else if (sizeof(void*) == 8) { |  | 58 | 912k |         return ((alloc + 31) >> 4) << 4; |  | 59 | 912k |     } else if (0 sizeof(void*) == 40) { |  | 60 | 0 |         return ((alloc + 15) >> 3) << 3; |  | 61 | 0 |     } else { |  | 62 | 0 |         assert(0); |  | 63 | 0 |     } |  | 64 | 1.36M | } | 
Unexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: chainstate.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coin.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: context.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: miner.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rest.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: blockchain.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: node.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: output_script.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: server.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: server_util.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: txdb.cpp:_ZN8memusageL11MallocUsageEmUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL11MallocUsageEm | 
| 65 |  |  | 
| 66 |  | // STL data structures | 
| 67 |  |  | 
| 68 |  | template<typename X> | 
| 69 |  | struct stl_tree_node | 
| 70 |  | { | 
| 71 |  | private: | 
| 72 |  |     int color; | 
| 73 |  |     void* parent; | 
| 74 |  |     void* left; | 
| 75 |  |     void* right; | 
| 76 |  |     X x; | 
| 77 |  | }; | 
| 78 |  |  | 
| 79 |  | struct stl_shared_counter | 
| 80 |  | { | 
| 81 |  |     /* Various platforms use different sized counters here. | 
| 82 |  |      * Conservatively assume that they won't be larger than size_t. */ | 
| 83 |  |     void* class_type; | 
| 84 |  |     size_t use_count; | 
| 85 |  |     size_t weak_count; | 
| 86 |  | }; | 
| 87 |  |  | 
| 88 |  | template<typename T, typename Allocator> | 
| 89 |  | static inline size_t DynamicUsage(const std::vector<T, Allocator>& v) | 
| 90 | 23.7M | { | 
| 91 | 23.7M |     return MallocUsage(v.capacity() * sizeof(T)); | 
| 92 | 23.7M | } Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEnet.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 5.85M | { |  | 91 | 5.85M |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 5.85M | } | 
Unexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEmempool.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 638k | { |  | 91 | 638k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 638k | } | 
mempool.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 638k | { |  | 91 | 638k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 638k | } | 
mempool.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EE| Line | Count | Source |  | 90 | 638k | { |  | 91 | 638k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 638k | } | 
mempool.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 638k | { |  | 91 | 638k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 638k | } | 
Unexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEstreams.cpp:_ZN8memusageL12DynamicUsageISt4byte25zero_after_free_allocatorIS1_EEEmRKNSt3__16vectorIT_T0_EE| Line | Count | Source |  | 90 | 13.1M | { |  | 91 | 13.1M |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 13.1M | } | 
Unexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEdisconnected_transactions.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 78 | { |  | 91 | 78 |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 78 | } | 
disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 78 | { |  | 91 | 78 |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 78 | } | 
disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EE| Line | Count | Source |  | 90 | 78 | { |  | 91 | 78 |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 78 | } | 
disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 78 | { |  | 91 | 78 |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 78 | } | 
Unexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEnet_processing.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 228k | { |  | 91 | 228k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 228k | } | 
net_processing.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 228k | { |  | 91 | 228k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 228k | } | 
net_processing.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EE| Line | Count | Source |  | 90 | 228k | { |  | 91 | 228k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 228k | } | 
net_processing.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 228k | { |  | 91 | 228k |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 228k | } | 
Unexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEtxmempool.cpp:_ZN8memusageL12DynamicUsageINSt3__14pairI22transaction_identifierILb1EEN5boost11multi_index6detail21hashed_index_iteratorINS7_17hashed_index_nodeINS9_INS7_18ordered_index_nodeINS7_19null_augment_policyENSA_ISB_NSA_ISB_NS7_15index_node_baseI15CTxMemPoolEntryNS1_9allocatorISD_EEEEEEEEEEEEEENS7_12bucket_arrayISF_EENS7_17hashed_unique_tagENS7_32hashed_index_global_iterator_tagEEEEENSE_ISR_EEEEmRKNS1_6vectorIT_T0_EE| Line | Count | Source |  | 90 | 1.28M | { |  | 91 | 1.28M |     return MallocUsage(v.capacity() * sizeof(T)); |  | 92 | 1.28M | } | 
Unexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageINSt3__16vectorIhNS1_9allocatorIhEEEENS3_IS5_EEEEmRKNS2_IT_T0_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageIhNSt3__19allocatorIhEEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageI5CTxInNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageI6CTxOutNSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageINSt3__110shared_ptrIK12CTransactionEENS1_9allocatorIS5_EEEEmRKNS1_6vectorIT_T0_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageI7uint256NSt3__19allocatorIS1_EEEEmRKNS2_6vectorIT_T0_EE | 
| 93 |  |  | 
| 94 |  | static inline size_t DynamicUsage(const std::string& s) | 
| 95 | 19.2M | { | 
| 96 | 19.2M |     const char* s_ptr = reinterpret_cast<const char*>(&s); | 
| 97 |  |     // Don't count the dynamic memory used for string, if it resides in the | 
| 98 |  |     // "small string" optimization area (which stores data inside the object itself, up to some | 
| 99 |  |     // size; 15 bytes in modern libstdc++). | 
| 100 | 19.2M |     if (!std::less{}(s.data(), s_ptr) && !std::greater{}(s.data() + s.size(), s_ptr + sizeof(s))) { | 
| 101 | 19.1M |         return 0; | 
| 102 | 19.1M |     } | 
| 103 | 102k |     return MallocUsage(s.capacity()); | 
| 104 | 19.2M | } Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEnet.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE| Line | Count | Source |  | 95 | 19.0M | { |  | 96 | 19.0M |     const char* s_ptr = reinterpret_cast<const char*>(&s); |  | 97 |  |     // Don't count the dynamic memory used for string, if it resides in the |  | 98 |  |     // "small string" optimization area (which stores data inside the object itself, up to some |  | 99 |  |     // size; 15 bytes in modern libstdc++). |  | 100 | 19.0M |     if (!std::less{}(s.data(), s_ptr) && !std::greater{}(s.data() + s.size(), s_ptr + sizeof(s))) { |  | 101 | 19.0M |         return 0; |  | 102 | 19.0M |     } |  | 103 | 0 |     return MallocUsage(s.capacity()); |  | 104 | 19.0M | } | 
Unexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: mempool.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEElogging.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE| Line | Count | Source |  | 95 | 205k | { |  | 96 | 205k |     const char* s_ptr = reinterpret_cast<const char*>(&s); |  | 97 |  |     // Don't count the dynamic memory used for string, if it resides in the |  | 98 |  |     // "small string" optimization area (which stores data inside the object itself, up to some |  | 99 |  |     // size; 15 bytes in modern libstdc++). |  | 100 | 205k |     if (!std::less{}(s.data(), s_ptr) && !std::greater{}(s.data() + s.size(), s_ptr + sizeof(s))) { |  | 101 | 102k |         return 0; |  | 102 | 102k |     } |  | 103 | 102k |     return MallocUsage(s.capacity()); |  | 104 | 205k | } | 
Unexecuted instantiation: streams.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: disconnected_transactions.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE | 
| 105 |  |  | 
| 106 |  | template<unsigned int N, typename X, typename S, typename D> | 
| 107 |  | static inline size_t DynamicUsage(const prevector<N, X, S, D>& v) | 
| 108 | 43.9M | { | 
| 109 | 43.9M |     return MallocUsage(v.allocated_memory()); | 
| 110 | 43.9M | } Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_Ecoinscache_sim.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E| Line | Count | Source |  | 108 | 7.36k | { |  | 109 | 7.36k |     return MallocUsage(v.allocated_memory()); |  | 110 | 7.36k | } | 
Unexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_Emempool.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E| Line | Count | Source |  | 108 | 1.27M | { |  | 109 | 1.27M |     return MallocUsage(v.allocated_memory()); |  | 110 | 1.27M | } | 
Unexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_Ecoins.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E| Line | Count | Source |  | 108 | 42.2M | { |  | 109 | 42.2M |     return MallocUsage(v.allocated_memory()); |  | 110 | 42.2M | } | 
Unexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_Edisconnected_transactions.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E| Line | Count | Source |  | 108 | 234 | { |  | 109 | 234 |     return MallocUsage(v.allocated_memory()); |  | 110 | 234 | } | 
net_processing.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E| Line | Count | Source |  | 108 | 456k | { |  | 109 | 456k |     return MallocUsage(v.allocated_memory()); |  | 110 | 456k | } | 
Unexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_EUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageILj36EhjiEEmRK9prevectorIXT_ET0_T1_T2_E | 
| 111 |  |  | 
| 112 |  | template<typename X, typename Y> | 
| 113 |  | static inline size_t DynamicUsage(const std::set<X, Y>& s) | 
| 114 | 33.3M | { | 
| 115 | 33.3M |     return MallocUsage(sizeof(stl_tree_node<X>)) * s.size(); | 
| 116 | 33.3M | } Unexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageIxNSt3__14lessIxEEEEmRKNS1_3setIT_T0_NS1_9allocatorIS5_EEEEtxmempool.cpp:_ZN8memusageL12DynamicUsageINSt3__117reference_wrapperIK15CTxMemPoolEntryEE21CompareIteratorByHashEEmRKNS1_3setIT_T0_NS1_9allocatorIS8_EEEE| Line | Count | Source |  | 114 | 33.3M | { |  | 115 | 33.3M |     return MallocUsage(sizeof(stl_tree_node<X>)) * s.size(); |  | 116 | 33.3M | } | 
 | 
| 117 |  |  | 
| 118 |  | template<typename X, typename Y> | 
| 119 |  | static inline size_t IncrementalDynamicUsage(const std::set<X, Y>& s) | 
| 120 | 747k | { | 
| 121 | 747k |     return MallocUsage(sizeof(stl_tree_node<X>)); | 
| 122 | 747k | } Unexecuted instantiation: integer.cpp:_ZN8memusageL23IncrementalDynamicUsageIxNSt3__14lessIxEEEEmRKNS1_3setIT_T0_NS1_9allocatorIS5_EEEEtxmempool.cpp:_ZN8memusageL23IncrementalDynamicUsageINSt3__117reference_wrapperIK15CTxMemPoolEntryEE21CompareIteratorByHashEEmRKNS1_3setIT_T0_NS1_9allocatorIS8_EEEE| Line | Count | Source |  | 120 | 747k | { |  | 121 | 747k |     return MallocUsage(sizeof(stl_tree_node<X>)); |  | 122 | 747k | } | 
 | 
| 123 |  |  | 
| 124 |  | template<typename X, typename Y, typename Z> | 
| 125 |  | static inline size_t DynamicUsage(const std::map<X, Y, Z>& m) | 
| 126 | 1.28M | { | 
| 127 | 1.28M |     return MallocUsage(sizeof(stl_tree_node<std::pair<const X, Y> >)) * m.size(); | 
| 128 | 1.28M | } | 
| 129 |  |  | 
| 130 |  | template<typename X, typename Y, typename Z> | 
| 131 |  | static inline size_t IncrementalDynamicUsage(const std::map<X, Y, Z>& m) | 
| 132 |  | { | 
| 133 |  |     return MallocUsage(sizeof(stl_tree_node<std::pair<const X, Y> >)); | 
| 134 |  | } | 
| 135 |  |  | 
| 136 |  | // indirectmap has underlying map with pointer as key | 
| 137 |  |  | 
| 138 |  | template<typename X, typename Y> | 
| 139 |  | static inline size_t DynamicUsage(const indirectmap<X, Y>& m) | 
| 140 | 1.28M | { | 
| 141 | 1.28M |     return MallocUsage(sizeof(stl_tree_node<std::pair<const X*, Y> >)) * m.size(); | 
| 142 | 1.28M | } | 
| 143 |  |  | 
| 144 |  | template<typename X, typename Y> | 
| 145 |  | static inline size_t IncrementalDynamicUsage(const indirectmap<X, Y>& m) | 
| 146 |  | { | 
| 147 |  |     return MallocUsage(sizeof(stl_tree_node<std::pair<const X*, Y> >)); | 
| 148 |  | } | 
| 149 |  |  | 
| 150 |  | template<typename X> | 
| 151 |  | static inline size_t DynamicUsage(const std::unique_ptr<X>& p) | 
| 152 |  | { | 
| 153 |  |     return p ? MallocUsage(sizeof(X)) : 0; | 
| 154 |  | } | 
| 155 |  |  | 
| 156 |  | template<typename X> | 
| 157 |  | static inline size_t DynamicUsage(const std::shared_ptr<X>& p) | 
| 158 | 638k | { | 
| 159 |  |     // A shared_ptr can either use a single continuous memory block for both | 
| 160 |  |     // the counter and the storage (when using std::make_shared), or separate. | 
| 161 |  |     // We can't observe the difference, however, so assume the worst. | 
| 162 | 638k |     return p ? MallocUsage(sizeof(X)) + MallocUsage(sizeof(stl_shared_counter)) : 00; | 
| 163 | 638k | } Unexecuted instantiation: addition_overflow.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: addrman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: autofile.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: banman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: base_encode_decode.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: bip324.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: bitdeque.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: bitset.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: block.cpp:_ZN8memusageL12DynamicUsageI6CBlockEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: block_header.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: block_index.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockfilter.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: bloom_filter.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: buffered_file.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: chain.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: checkqueue.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: cmpctblock.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coins_view.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coinscache_sim.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: connman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_aes256.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_aes256cbc.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_chacha20.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_chacha20poly1305.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_common.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_diff_fuzz_chacha20.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_hkdf_hmac_sha256_l32.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypto_poly1305.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: cuckoocache.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: descriptor_parse.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: deserialize.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: feefrac.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: fee_rate.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: feeratediagram.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: fees.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: flatfile.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: float.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: golomb_rice.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: headerssync.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: hex.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: http_request.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: i2p.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: integer.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: key.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: kitchen_sink.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: load_external_block_file.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: merkle.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: merkleblock.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: message.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: miniscript.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: minisketch.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: mini_miner.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: muhash.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: multiplication_overflow.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: net.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: net_permissions.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: netaddress.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: netbase_dns_lookup.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: node_eviction.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: p2p_handshake.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: p2p_headers_presync.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: p2p_transport_serialization.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: pcp.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: package_eval.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: parse_hd_keypath.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: parse_univalue.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: partially_downloaded_block.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: policy_estimator.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: policy_estimator_io.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: poolresource.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: pow.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: primitives_transaction.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: process_message.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: process_messages.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: protocol.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: psbt.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: random.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rbf.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rolling_bloom_filter.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rpc.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_descriptor_cache.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_format.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_interpreter.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_ops.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_sigcache.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: script_sign.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: scriptnum_ops.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: secp256k1_ec_seckey_import_export_der.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: secp256k1_ecdsa_signature_parse_der_lax.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: signature_checker.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: signet.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: socks5.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: span.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: string.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: strprintf.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: system.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: torcontrol.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: transaction.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txdownloadman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: tx_in.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: tx_out.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: tx_pool.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txorphan.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: utxo_snapshot.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: utxo_total_supply.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: validation_load_mempool.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: vecdeque.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: versionbits.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coincontrol.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coinselection.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: crypter.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: spend.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: wallet_bdb_parser.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: descriptor.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEmempool.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EE| Line | Count | Source |  | 158 | 638k | { |  | 159 |  |     // A shared_ptr can either use a single continuous memory block for both |  | 160 |  |     // the counter and the storage (when using std::make_shared), or separate. |  | 161 |  |     // We can't observe the difference, however, so assume the worst. |  | 162 | 638k |     return p ? MallocUsage(sizeof(X)) + MallocUsage(sizeof(stl_shared_counter)) : 00; |  | 163 | 638k | } | 
Unexecuted instantiation: threadinterrupt.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: util.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coins.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: core_read.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: core_write.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: external_signer.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: outputtype.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: policy.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rawtransaction_util.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: sign.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: dump.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: external_signer_scriptpubkeyman.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: feebumper.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: interfaces.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: load.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: receive.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: addresses.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: backup.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: encrypt.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: signmessage.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: transactions.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: wallet.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: walletdb.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: walletutil.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: mining.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: setup_common.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: transaction_utils.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txmempool.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: validation.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockencodings.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: tx_verify.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: httprpc.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: base.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockfilterindex.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coinstatsindex.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txindex.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: init.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coinstats.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEdisconnected_transactions.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EE| Line | Count | Source |  | 158 | 78 | { |  | 159 |  |     // A shared_ptr can either use a single continuous memory block for both |  | 160 |  |     // the counter and the storage (when using std::make_shared), or separate. |  | 161 |  |     // We can't observe the difference, however, so assume the worst. |  | 162 | 78 |     return p ? MallocUsage(sizeof(X)) + MallocUsage(sizeof(stl_shared_counter)) : 00; |  | 163 | 78 | } | 
Unexecuted instantiation: net_processing.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockmanager_args.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockstorage.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: chainstate.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: chainstatemanager_args.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coin.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: coins_view_args.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: context.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: mempool_persist.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: mempool_persist_args.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: miner.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txdownloadman_impl.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: ephemeral_policy.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: truc_policy.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rest.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: blockchain.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: node.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: output_script.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: rawtransaction.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: server.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: server_util.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txoutproof.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: txdb.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EEUnexecuted instantiation: validationinterface.cpp:_ZN8memusageL12DynamicUsageIK12CTransactionEEmRKNSt3__110shared_ptrIT_EE | 
| 164 |  |  | 
| 165 |  | template<typename X> | 
| 166 |  | struct list_node | 
| 167 |  | { | 
| 168 |  | private: | 
| 169 |  |     void* ptr_next; | 
| 170 |  |     void* ptr_prev; | 
| 171 |  |     X x; | 
| 172 |  | }; | 
| 173 |  |  | 
| 174 |  | template<typename X> | 
| 175 |  | static inline size_t DynamicUsage(const std::list<X>& l) | 
| 176 | 78 | { | 
| 177 | 78 |     return MallocUsage(sizeof(list_node<X>)) * l.size(); | 
| 178 | 78 | } | 
| 179 |  |  | 
| 180 |  | template<typename X> | 
| 181 |  | struct unordered_node : private X | 
| 182 |  | { | 
| 183 |  | private: | 
| 184 |  |     void* ptr; | 
| 185 |  | }; | 
| 186 |  |  | 
| 187 |  | template<typename X, typename Y> | 
| 188 |  | static inline size_t DynamicUsage(const std::unordered_set<X, Y>& s) | 
| 189 |  | { | 
| 190 |  |     return MallocUsage(sizeof(unordered_node<X>)) * s.size() + MallocUsage(sizeof(void*) * s.bucket_count()); | 
| 191 |  | } | 
| 192 |  |  | 
| 193 |  | template<typename X, typename Y, typename Z> | 
| 194 |  | static inline size_t DynamicUsage(const std::unordered_map<X, Y, Z>& m) | 
| 195 | 78 | { | 
| 196 | 78 |     return MallocUsage(sizeof(unordered_node<std::pair<const X, Y> >)) * m.size() + MallocUsage(sizeof(void*) * m.bucket_count()); | 
| 197 | 78 | } | 
| 198 |  |  | 
| 199 |  | template <class Key, class T, class Hash, class Pred, std::size_t MAX_BLOCK_SIZE_BYTES, std::size_t ALIGN_BYTES> | 
| 200 |  | static inline size_t DynamicUsage(const std::unordered_map<Key, | 
| 201 |  |                                                            T, | 
| 202 |  |                                                            Hash, | 
| 203 |  |                                                            Pred, | 
| 204 |  |                                                            PoolAllocator<std::pair<const Key, T>, | 
| 205 |  |                                                                          MAX_BLOCK_SIZE_BYTES, | 
| 206 |  |                                                                          ALIGN_BYTES>>& m) | 
| 207 | 2.21M | { | 
| 208 | 2.21M |     auto* pool_resource = m.get_allocator().resource(); | 
| 209 |  |  | 
| 210 |  |     // The allocated chunks are stored in a std::list. Size per node should | 
| 211 |  |     // therefore be 3 pointers: next, previous, and a pointer to the chunk. | 
| 212 | 2.21M |     size_t estimated_list_node_size = MallocUsage(sizeof(void*) * 3); | 
| 213 | 2.21M |     size_t usage_resource = estimated_list_node_size * pool_resource->NumAllocatedChunks(); | 
| 214 | 2.21M |     size_t usage_chunks = MallocUsage(pool_resource->ChunkSizeBytes()) * pool_resource->NumAllocatedChunks(); | 
| 215 | 2.21M |     return usage_resource + usage_chunks + MallocUsage(sizeof(void*) * m.bucket_count()); | 
| 216 | 2.21M | } | 
| 217 |  |  | 
| 218 |  | } // namespace memusage | 
| 219 |  |  | 
| 220 |  | #endif // BITCOIN_MEMUSAGE_H |