Home
last modified time | relevance | path

Searched refs:net_alloc (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc3814 long alloc_pkt_id, int64_t net_alloc, uint64_t leaks) in update_heapsz_packet() argument
3826 net_alloc += dview->getDataDescriptorValue (PROP_HCUR_NET_ALLOC, alloc_pkt_id); in update_heapsz_packet()
3834 dview->setDataDescriptorValue (PROP_HCUR_NET_ALLOC, alloc_pkt_id, net_alloc); in update_heapsz_packet()
3902 int64_t net_alloc = dview->getLongValue (PROP_HCUR_NET_ALLOC, i); in compute_heapsz_data_view() local
3903 currentAllocs += net_alloc; in compute_heapsz_data_view()