MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / size

Method size

include/virtualidtable.h:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 size_t size()
97 {
98 _do_lock_tbl();
99 size_t size = _idMapTable.size();
100 _do_unlock_tbl();
101 return size;
102 }
103
104 void clear()
105 {

Callers 2

getNewVirtualIdMethod · 0.45
printMapsMethod · 0.45

Calls 2

_do_lock_tblFunction · 0.50
_do_unlock_tblFunction · 0.50

Tested by

no test coverage detected