Searched refs:TestRC (Results 1 - 1 of 1) sorted by relevance

/gem5/src/unittest/
H A Drefcnttest.cc46 class TestRC;
47 typedef list<TestRC *> LiveList;
66 class TestRC : public RefCounted class in namespace:__anon172
73 TestRC(const char *newTag) : _tag(newTag) function in class:__anon172::TestRC
81 ~TestRC()
97 typedef RefCountingPtr<TestRC> Ptr;
114 // Construct a Ptr from a TestRC pointer.
116 Ptr constFromPointer = new TestRC("construction from pointer");
128 Ptr *ptrPtr = new Ptr(new TestRC("destroying a ptr"));
136 TestRC *assignmentSourcePointe
[all...]

Completed in 4 milliseconds