Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_allocator.h56 construct() { constructCount_++; } in construct()
75 constructCount() { return constructCount_; } in constructCount()
85 constructCount_ = 0; in resetCounts()
92 static int constructCount_; variable
H A Dtestsuite_allocator.cc37 int allocation_tracker::constructCount_ = 0; member in __gnu_cxx_test::allocation_tracker