Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_allocator.h59 destroy() { destructCount_++; } in destroy()
78 destructCount() { return destructCount_; } in destructCount()
86 destructCount_ = 0; in resetCounts()
93 static int destructCount_; variable
H A Dtestsuite_allocator.cc38 int allocation_tracker::destructCount_ = 0; member in __gnu_cxx_test::allocation_tracker