Searched defs:ref_count (Results 1 - 3 of 3) sorted by relevance
/gem5/ext/systemc/src/sysc/utils/ | ||
H A D | sc_string.cpp | 90 int ref_count; member in class:sc_dt::sc_string_rep [all...] |
/gem5/ext/mcpat/ | ||
H A D | xmlParser.h | 611 int ref_count; // for garbage collection (smart pointers) member in struct:XMLNode::XMLNodeDataTag |
/gem5/ext/pybind11/include/pybind11/ | ||
H A D | pytypes.h | 153 int ref_count() const { return static_cast<int>(Py_REFCNT(derived().ptr())); } function in class:object_api |
Completed in 17 milliseconds